Skip to content

Commit e19103d

Browse files
authored
Merge pull request scala#284 from SethTisue/drop-scalajs-0.6
drop support for Scala.js 0.6
2 parents de29668 + 425aa2f commit e19103d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,16 @@ language: scala
77
scala:
88
- 0.25.0-RC1
99
- 2.11.12
10-
- 2.12.10
10+
- 2.12.11
1111
- 2.13.2
1212

1313
env:
1414
- ADOPTOPENJDK=8 SCALAJS_VERSION=
15-
- ADOPTOPENJDK=8 SCALAJS_VERSION=0.6.33
1615
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.1.0
1716
- ADOPTOPENJDK=11 SCALAJS_VERSION=
1817

1918
matrix:
2019
exclude:
21-
- scala: 0.25.0-RC1
22-
env: ADOPTOPENJDK=8 SCALAJS_VERSION=0.6.33
2320
- scala: 0.25.0-RC1
2421
env: ADOPTOPENJDK=8 SCALAJS_VERSION=1.1.0
2522
include:

project/plugins.sbt

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

44
val scalaNativeVersion =
55
Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.3.9")

0 commit comments

Comments
 (0)