Skip to content

Commit

Permalink
Add versionScheme to sbt config.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Sep 9, 2023
1 parent 18de5bf commit 960a8dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ publishTo := {
Some("releases" at nexus + "service/local/staging/deploy/maven2")
}

versionScheme := Some("semver-spec")

Test / publishArtifact := false

licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT"))
Expand Down

0 comments on commit 960a8dc

Please sign in to comment.