We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377a052 commit 9dd7a7eCopy full SHA for 9dd7a7e
build.sbt
@@ -25,6 +25,7 @@ val flagsFor13 = Seq(
25
ThisBuild / crossScalaVersions := Seq(currentScalaVersion, scala213Version)
26
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.last
27
ThisBuild / mimaFailOnNoPrevious := false // Set this to true when we start caring about binary compatibility
28
+ThisBuild / versionScheme := Some(VersionScheme.EarlySemVer)
29
30
ThisBuild / Test / scalacOptions += "-Yrangepos"
31
0 commit comments