diff --git a/build.sbt b/build.sbt index 6ddbeb97..d898f353 100644 --- a/build.sbt +++ b/build.sbt @@ -55,6 +55,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform) |additional information regarding copyright ownership. |""".stripMargin)), + // Note: See discussion on Mima in https://github.com/scala/scala-xml/pull/517 scalaModuleMimaPreviousVersion := (CrossVersion.partialVersion(scalaVersion.value) match { // pending resolution of https://github.com/scalacenter/sbt-version-policy/issues/62 case Some((3, _)) => None @@ -122,7 +123,6 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform) ) .jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin)) .nativeSettings( - scalaModuleMimaPreviousVersion := None, // No such release yet // Scala Native cannot run forked tests Test / fork := false, libraryDependencies += "org.scala-native" %%% "junit-runtime" % nativeVersion % Test,