Use newer version of Scala.js in the example.

This commit is contained in:
Anton Sviridov 2020-11-18 22:04:38 +00:00
parent ef62a9efe6
commit e3abc56808
1 changed files with 1 additions and 1 deletions

View File

@ -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")