Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
Upgrade Scala.js to 1.6.0 in scripted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial authored Jun 9, 2021
1 parent 4d0115c commit 34f5608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-airframe/js-client/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ sys.props.get("plugin.version") match {

// For Scala.js
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
val SCALAJS_VERSION = sys.env.getOrElse("SCALAJS_VERSION", "1.5.1")
val SCALAJS_VERSION = sys.env.getOrElse("SCALAJS_VERSION", "1.6.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % SCALAJS_VERSION)

0 comments on commit 34f5608

Please sign in to comment.