Skip to content

Commit 23ec24e

Browse files
author
exoego
committed
Update Scala.js to 1.0.0
1 parent 9e47c20 commit 23ec24e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jdk:
1212
- openjdk8
1313
env:
1414
- SCALAJS_VERSION=0.6.28
15-
- SCALAJS_VERSION=1.0.0-RC2
15+
- SCALAJS_VERSION=1.0.0
1616
matrix:
1717
exclude:
1818
- scala: 2.10.7
19-
env: SCALAJS_VERSION=1.0.0-RC2
19+
env: SCALAJS_VERSION=1.0.0
2020
include:
2121
- scala: 2.12.10
2222
env: SCALAJS_VERSION=0.6.28

project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val scalaJSVersion =
2-
Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.28")
2+
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.0.0")
33

44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
55

0 commit comments

Comments
 (0)