File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
sbt-dotty/sbt-test/scalajs/basic/project Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1256,6 +1256,7 @@ object Build {
1256
1256
scriptedLaunchOpts ++= Seq (
1257
1257
" -Dplugin.version=" + version.value,
1258
1258
" -Dplugin.scalaVersion=" + dottyVersion,
1259
+ " -Dplugin.scalaJSVersion=" + scalaJSVersion,
1259
1260
" -Dsbt.boot.directory=" + ((baseDirectory in ThisBuild ).value / " .sbt-scripted" ).getAbsolutePath // Workaround sbt/sbt#3469
1260
1261
),
1261
1262
// Pass along ivy home and repositories settings to sbt instances run from the tests
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % sys.props(" plugin.version" ))
2
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.3.0 " )
2
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % sys.props( " plugin.scalaJSVersion " ) )
You can’t perform that action at this time.
0 commit comments