We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e399372 commit 288839bCopy full SHA for 288839b
build.sbt
@@ -4,7 +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 := Compatibility.BinaryCompatible,
+ versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
8
)
9
10
lazy val root = project.in(file("."))
0 commit comments