From b2180e20e28c0ac756a4af21e7827cfd0eb583c2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 Oct 2021 19:03:02 +0200 Subject: [PATCH 1/2] Update auxlib, javalib, junit-runtime, ... to 0.4.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e9e50e50..a366dbc8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,5 +2,5 @@ addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.0.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") From af189d5044fd95f436281b5ccb7643fb48d53e8b Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Fri, 22 Oct 2021 12:17:07 +0900 Subject: [PATCH 2/2] add `scalaVersion` setting --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index fc3906c0..20855a5b 100644 --- a/build.sbt +++ b/build.sbt @@ -36,6 +36,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform) name := "scala-xml", scalaModuleAutomaticModuleName := Some("scala.xml"), crossScalaVersions := Seq("2.13.6", "2.12.15", "3.0.2"), + scalaVersion := "2.12.15", scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match { case Some((3, _)) =>