mirror of https://github.com/sbt/sbt.git
Use newer version of Scala.js in the example.
This commit is contained in:
parent
ef62a9efe6
commit
e3abc56808
|
|
@ -4,4 +4,4 @@ sys.props.get("plugin.version") match {
|
||||||
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
|
|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")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue