Skip to content

Commit 01469f9

Browse files
committed
Updated scala.js versions to 0.6.21 and 1.0.0-M2
1 parent 720b9b3 commit 01469f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ env:
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
31+
- PLATFORM=js SBT_PARALLEL=true WORKERS=1 DEPLOY=true SCALAJS_VERSION=1.0.0-M2
3232
sudo: false

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.15
1+
sbt.version=0.13.16

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.14")
33
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
44

55
val scalaJSVersion =
6-
Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.19")
6+
Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.21")
77

88
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
99

0 commit comments

Comments
 (0)