Skip to content

Commit 2983cbb

Browse files
authored
Merge pull request #408 from scala-steward/update/sbt-scala-native-crossproject-1.1.0
2 parents a40f8c6 + 2461517 commit 2983cbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
8787
// Scala.js cannot run forked tests
8888
Test / fork := false
8989
)
90-
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
90+
.jsEnablePlugins(ScalaJSJUnitPlugin)
9191
.nativeSettings(
9292
scalaModuleMimaPreviousVersion := None, // https://github.com/scala/scala-parser-combinators/pull/381
9393
compile / skip := System.getProperty("java.version").startsWith("1.6") || !scalaVersion.value.startsWith("2"),

Diff for: project/plugins.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ val scalaNativeVersion =
66

77
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.3.1")
88

9-
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
9+
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
1010
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
1111

12-
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.0.0")
12+
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0")
1313
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
1414
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "1.0.0-RC5")

0 commit comments

Comments
 (0)