Skip to content

Commit 6cfe648

Browse files
authored
Merge pull request #598 from catap/fix-release
2 parents f553bee + 636708a commit 6cfe648

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

build.sbt

+1-10
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._
@@ -141,14 +140,6 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
141140
.jsEnablePlugins(ScalaJSJUnitPlugin)
142141
.nativeSettings(
143142
crossScalaVersions := Seq("2.13.8", "2.12.15", "3.1.1"),
144-
mimaPreviousArtifacts := {
145-
// TODO remove this setting when 2.0.2 released
146-
if (scalaBinaryVersion.value == "3") {
147-
mimaPreviousArtifacts.value.filterNot(_.revision == "2.0.1")
148-
} else {
149-
mimaPreviousArtifacts.value
150-
}
151-
},
152143
// Scala Native cannot run forked tests
153144
Test / fork := false,
154145
libraryDependencies += "org.scala-native" %%% "junit-runtime" % nativeVersion % Test,

0 commit comments

Comments
 (0)