Skip to content

Commit 2949a23

Browse files
authored
Merge pull request #603 from catap/disable-MiMa-SN
2 parents cff9ccf + 882ad93 commit 2949a23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
139139
)
140140
.jsEnablePlugins(ScalaJSJUnitPlugin)
141141
.nativeSettings(
142-
crossScalaVersions := Seq("2.13.8", "2.12.15", "3.1.1"),
143142
// Scala Native cannot run forked tests
144143
Test / fork := false,
145144
libraryDependencies += "org.scala-native" %%% "junit-runtime" % nativeVersion % Test,

0 commit comments

Comments
 (0)