Skip to content

Commit

Permalink
Add versionSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Jul 14, 2021
1 parent 377a052 commit 9dd7a7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ val flagsFor13 = Seq(
ThisBuild / crossScalaVersions := Seq(currentScalaVersion, scala213Version)
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.last
ThisBuild / mimaFailOnNoPrevious := false // Set this to true when we start caring about binary compatibility
ThisBuild / versionScheme := Some(VersionScheme.EarlySemVer)

ThisBuild / Test / scalacOptions += "-Yrangepos"

Expand Down

0 comments on commit 9dd7a7e

Please sign in to comment.