diff --git a/build.sbt b/build.sbt index 15298d9..f2baed7 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ libraryDependencies ++= Seq( "junit" % "junit" % "4.13.2" % "test" ) -addSbtWeb("1.5.6") +addSbtWeb("1.5.7") // Customise sbt-dynver's behaviour to make it work with tags which aren't v-prefixed ThisBuild / dynverVTagPrefix := false