We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c60673 commit d2e70fbCopy full SHA for d2e70fb
build.sbt
@@ -8,7 +8,7 @@ val commonSettings = Seq(
8
if (scalaVersion.value.startsWith("3"))
9
Compatibility.None
10
else
11
- Compatibility.BinaryAndSourceCompatible
+ Compatibility.BinaryCompatible
12
}
13
)
14
0 commit comments