Skip to content

Commit 0afc92e

Browse files
committed
Enable Mima in native build
1 parent a13ed76 commit 0afc92e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: build.sbt

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
122122
)
123123
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
124124
.nativeSettings(
125-
scalaModuleMimaPreviousVersion := None, // No such release yet
126125
// Scala Native cannot run forked tests
127126
Test / fork := false,
128127
libraryDependencies += "org.scala-native" %%% "junit-runtime" % nativeVersion % Test,

0 commit comments

Comments
 (0)