diff --git a/build.sbt b/build.sbt index 4a098e3..a97f63e 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ libraryDependencies ++= Seq( // NPM "org.webjars" % "npm" % "5.0.0-2", // we are currently stuck: https://github.com/webjars/webjars/issues/1926 - "org.webjars" % "webjars-locator-core" % "0.57", + "org.webjars" % "webjars-locator-core" % "0.58", // Test deps "junit" % "junit" % "4.13.2" % "test"