Skip to content

Commit 2d7e1d7

Browse files
authored
Merge pull request #517 from ashawley/mima-native
2 parents bf4dd1a + d3ea6ce commit 2d7e1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
5656
|additional information regarding copyright ownership.
5757
|""".stripMargin)),
5858

59+
// Note: See discussion on Mima in https://github.com/scala/scala-xml/pull/517
5960
scalaModuleMimaPreviousVersion := (CrossVersion.partialVersion(scalaVersion.value) match {
6061
// pending resolution of https://github.com/scalacenter/sbt-version-policy/issues/62
6162
case Some((3, _)) => None
@@ -124,7 +125,6 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
124125
)
125126
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
126127
.nativeSettings(
127-
scalaModuleMimaPreviousVersion := None, // No such release yet
128128
// Scala Native cannot run forked tests
129129
Test / fork := false,
130130
libraryDependencies += "org.scala-native" %%% "junit-runtime" % nativeVersion % Test,

0 commit comments

Comments
 (0)