Skip to content

Commit 882ad93

Browse files
committed
Disable custom scala versions for scala-native
1 parent cff9ccf commit 882ad93

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)