From f37b19e4344edc011751581fc851d7c458cf43b9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Mar 2024 20:05:01 +0000 Subject: [PATCH] Update webjars-locator-core to 0.58 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 310eabf..9b45c7b 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ developers += Developer( ) libraryDependencies ++= Seq( - "org.webjars" % "webjars-locator-core" % "0.57", + "org.webjars" % "webjars-locator-core" % "0.58", "org.specs2" %% "specs2-core" % "4.20.5" % "test", "junit" % "junit" % "4.13.2" % "test" )