We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86d01c commit 61e1111Copy full SHA for 61e1111
build.sbt
@@ -4,12 +4,7 @@ ThisBuild / startYear := Some(2004)
4
// I thought we could declare these in `ThisBuild` scope but no :-/
5
val commonSettings = Seq(
6
versionScheme := Some("early-semver"),
7
- versionPolicyIntention := {
8
- if (scalaVersion.value.startsWith("3"))
9
- Compatibility.None
10
- else
11
- Compatibility.BinaryCompatible
12
- }
+ versionPolicyIntention := Compatibility.BinaryCompatible,
13
)
14
15
lazy val root = project.in(file("."))
0 commit comments