We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f697e5 commit 46971edCopy full SHA for 46971ed
build.sbt
@@ -49,7 +49,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
49
|additional information regarding copyright ownership.
50
|""".stripMargin)),
51
52
- versionPolicyIntention := Compatibility.BinaryCompatible,
+ versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
53
54
apiMappings ++= scalaInstance.value.libraryJars.filter { file =>
55
file.getName.startsWith("scala-library") && file.getName.endsWith(".jar")
0 commit comments