diff --git a/build.sbt b/build.sbt index 57bb149..e1ce4b5 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ developers += Developer( ) libraryDependencies ++= Seq( - "org.webjars" % "webjars-locator-core" % "0.53", + "org.webjars" % "webjars-locator-core" % "0.54", "org.specs2" %% "specs2-core" % "4.20.2" % "test", "junit" % "junit" % "4.13.2" % "test" )