From f8a15013937196155f9a0f45cd98e438f1780aea Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Fri, 20 Oct 2023 23:07:13 +0200 Subject: [PATCH] webjars-locator-core 0.54 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )