Skip to content

Commit

Permalink
Revert versionScheme in the project
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Jun 6, 2022
1 parent 70a4f7c commit 8d86df4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/src/main/scala/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ object Build {
crossScalaVersions := Seq("2.12.15", "2.13.8"),
scalaVersion := "2.12.15",

versionScheme := Some("early-semver"), // This should help once the build plugins start depending directly on modules
// This was a mistake. We already have early-semver guaratees during CI, but including this in the publishing POM
// ensures that independent 0.x versions are incompatible, even though we know they are.
// versionScheme := Some("early-semver"), // This should help once the build plugins start depending directly on modules

scalacOptions ++= Seq(
"-Xfatal-warnings",
Expand Down

0 comments on commit 8d86df4

Please sign in to comment.