Skip to content

Commit

Permalink
Merge pull request #77 from mdedetrich/remove-redundant-setting-of-dy…
Browse files Browse the repository at this point in the history
…nverVTagPrefix

Remove redundant setting of dynverVTagPrefix
  • Loading branch information
mkurz authored Jan 22, 2024
2 parents 550d258 + 3b55b78 commit f4f8e78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ lazy val `sbt-multi-jvm` = project in file(".")

homepage := Some(url("https://github.com/sbt/sbt-multi-jvm"))

// Customise sbt-dynver's behaviour to make it work with tags which aren't v-prefixed
ThisBuild / dynverVTagPrefix := true

// Sanity-check: assert that version comes from a tag (e.g. not a too-shallow clone)
// https://github.com/dwijnand/sbt-dynver/#sanity-checking-the-version
Global / onLoad := (Global / onLoad).value.andThen { s =>
Expand Down

0 comments on commit f4f8e78

Please sign in to comment.