From 74b23c670f945b0adf0f4696f7a0b3d70a459f48 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:08:45 +0000 Subject: [PATCH] Update jquery to 4.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8dcf20c..72c0afc 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ libraryDependencies ++= Seq( libraryDependencies ++= Seq( // Introduced through org.webjars:bootstrap:3.4.1 // Fix available in next major bootstrap version - this will involve a lot of breaking changes however. - "org.webjars" % "jquery" % "3.7.1", + "org.webjars" % "jquery" % "4.0.0", ) routesImport ++= Seq("com.madgag.scalagithub.model._","com.madgag.playgithub.Binders._")