Skip to content

Commit 364b40f

Browse files
committed
Upgrade to Scala.js 0.6.23.
1 parent 12d1fa6 commit 364b40f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ scala:
1414
jdk:
1515
- oraclejdk8
1616
env:
17-
- SCALAJS_VERSION=0.6.22
17+
- SCALAJS_VERSION=0.6.23
1818
- SCALAJS_VERSION=1.0.0-M3
1919
matrix:
2020
exclude:

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.22")
2+
Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.23")
33

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

0 commit comments

Comments
 (0)