From ec1193692821ca447adac250a400d849a91a665e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 9 Nov 2023 22:06:29 +0000 Subject: [PATCH] Update webjars-locator-core to 0.55 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e1ce4b5..d9537e8 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ developers += Developer( ) libraryDependencies ++= Seq( - "org.webjars" % "webjars-locator-core" % "0.54", + "org.webjars" % "webjars-locator-core" % "0.55", "org.specs2" %% "specs2-core" % "4.20.2" % "test", "junit" % "junit" % "4.13.2" % "test" )