Skip to content

Commit

Permalink
Merge pull request #136 from mkurz/sbt-web-1.5.7
Browse files Browse the repository at this point in the history
sbt-web 1.5.7
  • Loading branch information
mkurz authored Jun 14, 2024
2 parents 5ef15a6 + 1ca5eac commit b7949ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7949ec

Please sign in to comment.