Skip to content

Commit

Permalink
Use PVP versioning for SBT
Browse files Browse the repository at this point in the history
Discussion in #325
  • Loading branch information
luben committed Sep 22, 2024
1 parent 3ca26ee commit 3bb199c
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 @@ -6,7 +6,7 @@ version := {
scala.io.Source.fromFile("version").getLines.next
}

ThisBuild / versionScheme := Some("strict")
ThisBuild / versionScheme := Some("pvp")

scalaVersion := "2.13.12"

Expand Down

0 comments on commit 3bb199c

Please sign in to comment.