Skip to content

Commit 3c3c45b

Browse files
committed
Switch back to BinaryAndSourceCompatible
1 parent 86636e5 commit 3c3c45b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: build.sbt

+1-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
6767
|additional information regarding copyright ownership.
6868
|""".stripMargin)),
6969

70-
// Note: Change back to BinaryAndSourceCompatible after 2.1.0 release
71-
versionPolicyIntention := Compatibility.BinaryCompatible,
70+
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
7271
// Note: See discussion on non-JVM Mima in https://github.com/scala/scala-xml/pull/517
7372
mimaBinaryIssueFilters ++= {
7473
import com.typesafe.tools.mima.core._

0 commit comments

Comments
 (0)