Skip to content

Commit 71f8e31

Browse files
Update sbt-scalajs, scalajs-compiler to 1.2.0 (#103)
1 parent 9b4e010 commit 71f8e31

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
@@ -9,7 +9,7 @@ scala:
99

1010
env:
1111
- ADOPTOPENJDK=8 SCALAJS_VERSION=
12-
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.1.1
12+
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.2.0
1313
- ADOPTOPENJDK=11 SCALAJS_VERSION=
1414

1515
install:

project/plugins.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")).filter(_.nonEmpty).getOrElse("1.1.1")
2+
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.2.0")
33

44
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.2")
55

0 commit comments

Comments
 (0)