Skip to content

Commit b150bf8

Browse files
authored
Merge pull request #96 from Philippus/drop-support-for-scalajs-0.6.x
Drop support for scala.js 0.6.x
2 parents a121e70 + 4d288db commit b150bf8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ scala:
99

1010
env:
1111
- ADOPTOPENJDK=8 SCALAJS_VERSION=
12-
- ADOPTOPENJDK=8 SCALAJS_VERSION=0.6.32
13-
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.0.1
12+
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.1.0
1413
- ADOPTOPENJDK=11 SCALAJS_VERSION=
1514

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

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

0 commit comments

Comments
 (0)