From 882ad932456932fcc7329aa2a93da3f01f0f9dda Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Thu, 28 Apr 2022 17:33:56 +0200 Subject: [PATCH] Disable custom scala versions for scala-native --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6a938d80..38ff4a4c 100644 --- a/build.sbt +++ b/build.sbt @@ -139,7 +139,6 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform) ) .jsEnablePlugins(ScalaJSJUnitPlugin) .nativeSettings( - crossScalaVersions := Seq("2.13.8", "2.12.15", "3.1.1"), // Scala Native cannot run forked tests Test / fork := false, libraryDependencies += "org.scala-native" %%% "junit-runtime" % nativeVersion % Test,