Skip to content

Commit a6cfa5b

Browse files
committed
Disable MiMA
1 parent 0e48496 commit a6cfa5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: build.sbt

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

73-
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
73+
// should be reverted to Compatibility.BinaryAndSourceCompatible after 2.2.0 is released
74+
versionPolicyIntention := Compatibility.None,
7475
// Note: See discussion on non-JVM Mima in https://github.com/scala/scala-xml/pull/517
7576
mimaBinaryIssueFilters ++= {
7677
import com.typesafe.tools.mima.core._

0 commit comments

Comments
 (0)