We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba70cc0 commit 3a6a57eCopy full SHA for 3a6a57e
project/Build.scala
@@ -1256,6 +1256,7 @@ object Build {
1256
scriptedLaunchOpts ++= Seq(
1257
"-Dplugin.version=" + version.value,
1258
"-Dplugin.scalaVersion=" + dottyVersion,
1259
+ "-Dplugin.scalaJSVersion=" + scalaJSVersion,
1260
"-Dsbt.boot.directory=" + ((baseDirectory in ThisBuild).value / ".sbt-scripted").getAbsolutePath // Workaround sbt/sbt#3469
1261
),
1262
// Pass along ivy home and repositories settings to sbt instances run from the tests
sbt-dotty/sbt-test/scalajs/basic/project/plugins.sbt
@@ -1,2 +1,2 @@
1
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % sys.props("plugin.version"))
2
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.0")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % sys.props("plugin.scalaJSVersion"))
0 commit comments