We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca26ee commit 3bb199cCopy full SHA for 3bb199c
1 file changed
build.sbt
@@ -6,7 +6,7 @@ version := {
6
scala.io.Source.fromFile("version").getLines.next
7
}
8
9
-ThisBuild / versionScheme := Some("strict")
+ThisBuild / versionScheme := Some("pvp")
10
11
scalaVersion := "2.13.12"
12
0 commit comments