Skip to content

Commit

Permalink
Merge pull request #2643 from gemini-hlsw/update/sbt-dynver-5.1.0
Browse files Browse the repository at this point in the history
Update sbt-dynver to 5.1.0
  • Loading branch information
cquiroz authored Dec 7, 2024
2 parents 935e9ab + d67a62d commit 3878e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")

// Built the version out of git
//addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")

// Use NPM modules rather than webjars
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
Expand Down

0 comments on commit 3878e26

Please sign in to comment.