Skip to content

Commit a516a5d

Browse files
committed
drop support for Scala.js 0.6
as per scala-js/scala-js#4045
1 parent 9f08568 commit a516a5d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ scala:
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.24.0-RC1
22-
env: ADOPTOPENJDK=8 SCALAJS_VERSION=0.6.33
2320
- scala: 0.24.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)