Skip to content

Commit

Permalink
Merge pull request #793 from typelevel/topic/semver
Browse files Browse the repository at this point in the history
ScalaCheck follows semver since 1.14.x
  • Loading branch information
larsrh authored May 14, 2021
2 parents 38efca4 + ec3adbe commit ddb362f
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 ddb362f

Please sign in to comment.