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._")