From 0afc92ef9ae04bc26b63f25aae3e111521ae9c9e Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Tue, 27 Apr 2021 10:48:41 -0400 Subject: [PATCH 1/2] Enable Mima in native build --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6ddbeb97..27cbfc03 100644 --- a/build.sbt +++ b/build.sbt @@ -122,7 +122,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, From d3ea6ce3709b0a3d76599784fa6a8b435120b4ac Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Fri, 30 Apr 2021 09:56:29 -0400 Subject: [PATCH 2/2] Add ref to native Mima discussion --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 27cbfc03..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