Skip to content

Commit

Permalink
Relax versionPolicyIntention to BinaryCompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
ashawley committed Aug 31, 2021
1 parent 89bf9d1 commit 0f2e26b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
|additional information regarding copyright ownership.
|""".stripMargin)),

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

0 comments on commit 0f2e26b

Please sign in to comment.