Skip to content

Commit 46971ed

Browse files
committed
update version policy for minor release
1 parent 8f697e5 commit 46971ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
4949
|additional information regarding copyright ownership.
5050
|""".stripMargin)),
5151

52-
versionPolicyIntention := Compatibility.BinaryCompatible,
52+
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
5353

5454
apiMappings ++= scalaInstance.value.libraryJars.filter { file =>
5555
file.getName.startsWith("scala-library") && file.getName.endsWith(".jar")

0 commit comments

Comments
 (0)