Skip to content

Commit f38bf95

Browse files
author
exoego
committed
Update Scala.js
1 parent 9e47c20 commit f38bf95

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ scala:
1111
jdk:
1212
- openjdk8
1313
env:
14-
- SCALAJS_VERSION=0.6.28
15-
- SCALAJS_VERSION=1.0.0-RC2
14+
- SCALAJS_VERSION=0.6.32
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
22-
env: SCALAJS_VERSION=0.6.28
22+
env: SCALAJS_VERSION=0.6.32
2323
script:
2424
- sbt readme/run
2525

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)