From e3abc56808dcd356eb484907c63dd2e6e24687fa Mon Sep 17 00:00:00 2001 From: Anton Sviridov Date: Wed, 18 Nov 2020 22:04:38 +0000 Subject: [PATCH] Use newer version of Scala.js in the example. --- src/sbt-test/projectMatrix/projectAxes/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbt-test/projectMatrix/projectAxes/project/plugins.sbt b/src/sbt-test/projectMatrix/projectAxes/project/plugins.sbt index 2c6244454..60a69f1df 100644 --- a/src/sbt-test/projectMatrix/projectAxes/project/plugins.sbt +++ b/src/sbt-test/projectMatrix/projectAxes/project/plugins.sbt @@ -4,4 +4,4 @@ sys.props.get("plugin.version") match { |Specify this property using the scriptedLaunchOpts -D.""".stripMargin) } -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.27") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.0")