diff --git a/build.sbt b/build.sbt index 5a32f00..5ccd28d 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ scalaVersion := "2.13.0" libraryDependencies ++= Seq( guice, - "org.webjars" %% "webjars-play" % "2.7.3", + "org.webjars" %% "webjars-play" % "2.8.18", "org.webjars" % "bootstrap" % "3.3.4" )