Skip to content

Commit 192ed91

Browse files
authored
fix faulty scala-steward upgrade of Scala.js (scala#85)
1 parent 4012207 commit 192ed91

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

1010
env:
1111
- ADOPTOPENJDK=8 SCALAJS_VERSION=
12+
- ADOPTOPENJDK=8 SCALAJS_VERSION=0.6.32
1213
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.0.1
13-
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.0.0
1414
- ADOPTOPENJDK=11 SCALAJS_VERSION=
1515

1616
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.0.1")
2+
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.32")
33

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

0 commit comments

Comments
 (0)