Skip to content

Commit

Permalink
We follow semver since 1.14.x, but set PVP here to avoid false negatives
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrh committed May 14, 2021
1 parent 38efca4 commit ec3adbe
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 @@ -85,6 +85,8 @@ def env(name: String): Option[String] =

val isRelease = env("IS_RELEASE").exists(_ == "true")

ThisBuild / versionScheme := Some("pvp")

lazy val sharedSettings = MimaSettings.settings ++ Seq(

name := "scalacheck",
Expand Down

0 comments on commit ec3adbe

Please sign in to comment.