File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 - PLATFORM=jvm SBT_PARALLEL=true WORKERS=4 DEPLOY=false
3030 - PLATFORM=jvm SBT_PARALLEL=false WORKERS=4 DEPLOY=false
3131 - PLATFORM=js SBT_PARALLEL=true WORKERS=1 DEPLOY=true
32- - PLATFORM=js SBT_PARALLEL=true WORKERS=1 DEPLOY=true SCALAJS_VERSION=1.0.0-M1
32+ - PLATFORM=js SBT_PARALLEL=true WORKERS=1 DEPLOY=true SCALAJS_VERSION=1.0.0-M2
3333sudo : false
3434
3535matrix :
Original file line number Diff line number Diff line change 1- sbt.version =0.13.15
1+ sbt.version =0.13.16
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.14")
33addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.0.0" )
44
55val scalaJSVersion =
6- Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 0.6.19 " )
6+ Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 0.6.21 " )
77
88addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
99
You can’t perform that action at this time.
0 commit comments