Skip to content

Commit 375db60

Browse files
Update sbt-scalajs, scalajs-compiler, ... to 1.4.0 (#407)
1 parent da38329 commit 375db60

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

1313
env:
1414
- SCALAJS_VERSION= ADOPTOPENJDK=8
15-
- SCALAJS_VERSION=1.3.1 ADOPTOPENJDK=8
15+
- SCALAJS_VERSION=1.4.0 ADOPTOPENJDK=8
1616
- SCALAJS_VERSION= ADOPTOPENJDK=11
17-
- SCALAJS_VERSION=1.3.1 ADOPTOPENJDK=11
17+
- SCALAJS_VERSION=1.4.0 ADOPTOPENJDK=11
1818

1919
matrix:
2020

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val crossVer = "1.0.0"
22
val scalaJSVersion =
3-
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.3.1")
3+
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.4.0")
44
val scalaNativeVersion =
55
Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.3.9")
66

0 commit comments

Comments
 (0)