Skip to content

Commit f7d60c0

Browse files
scala-stewardxuwei-k
authored andcommitted
Update sbt-scalajs, scalajs-compiler, ... to 1.7.0
1 parent a2681bf commit f7d60c0

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

1313
env:
1414
- SCALAJS_VERSION= ADOPTOPENJDK=8
15-
- SCALAJS_VERSION=1.5.1 ADOPTOPENJDK=8
15+
- SCALAJS_VERSION=1.7.0 ADOPTOPENJDK=8
1616
- SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8
1717
- SCALAJS_VERSION= ADOPTOPENJDK=11
1818
- SCALAJS_VERSION= ADOPTOPENJDK=17

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.1.0"
22
val scalaJSVersion =
3-
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.5.1")
3+
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.7.0")
44
val scalaNativeVersion =
55
Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.4.0")
66

0 commit comments

Comments
 (0)