From 9480ff85660a6ddf6e8f24b2aa7c9815c28d2397 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Fri, 1 Mar 2024 13:06:38 +0100 Subject: [PATCH] webjars-locator-core 0.56 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cbd1257..95f533b 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ developers += Developer( ) libraryDependencies ++= Seq( - "org.webjars" % "webjars-locator-core" % "0.55", + "org.webjars" % "webjars-locator-core" % "0.56", "org.specs2" %% "specs2-core" % "4.20.5" % "test", "junit" % "junit" % "4.13.2" % "test" )