Skip to content

Commit

Permalink
Merge pull request #554 from ashawley/prepare-minor-release
Browse files Browse the repository at this point in the history
Relax versionPolicyIntention to BinaryCompatible
  • Loading branch information
ashawley authored Aug 31, 2021
2 parents 89bf9d1 + 0f2e26b commit 7bd1f04
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 7bd1f04

Please sign in to comment.