File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2828 - PLATFORM=jvm SBT_PARALLEL=true WORKERS=4 DEPLOY=false
2929 - PLATFORM=jvm SBT_PARALLEL=false WORKERS=4 DEPLOY=false
3030 - PLATFORM=js SBT_PARALLEL=true WORKERS=1 DEPLOY=true
31+ - PLATFORM=js SBT_PARALLEL=true WORKERS=1 DEPLOY=true SCALAJS_VERSION=1.0.0-M1
3132sudo : false
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.14")
22
33addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.0.0" )
44
5- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.19" )
5+ val scalaJSVersion =
6+ Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 0.6.19" )
7+
8+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
69
710scalacOptions += " -deprecation"
You can’t perform that action at this time.
0 commit comments