Skip to content

Commit 55c0e68

Browse files
author
exoego
committed
Update ecosystems
1 parent 159526a commit 55c0e68

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ scala:
77
- 2.10.7
88
- 2.11.12
99
- 2.12.8
10-
- 2.13.0-RC1
10+
- 2.13.0
1111
jdk:
1212
- oraclejdk8
1313
env:
14-
- SCALAJS_VERSION=0.6.27
15-
- SCALAJS_VERSION=1.0.0-M7
14+
- SCALAJS_VERSION=0.6.28
15+
- SCALAJS_VERSION=1.0.0-M8
1616
matrix:
1717
exclude:
1818
- scala: 2.10.7
19-
env: SCALAJS_VERSION=1.0.0-M7
19+
env: SCALAJS_VERSION=1.0.0-M8
2020
include:
2121
- scala: 2.12.8
22-
env: SCALAJS_VERSION=0.6.27
22+
env: SCALAJS_VERSION=0.6.28
2323
script:
2424
- sbt readme/run
2525

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ lazy val root = project.in(file(".")).
66
name := "Scala.js DOM"
77

88
crossScalaVersions in ThisBuild := {
9-
if (scalaJSVersion.startsWith("1.")) Seq("2.12.8", "2.11.12", "2.13.0-RC1")
10-
else Seq("2.12.8", "2.11.12", "2.10.7", "2.13.0-RC1")
9+
if (scalaJSVersion.startsWith("1.")) Seq("2.12.8", "2.11.12", "2.13.0")
10+
else Seq("2.12.8", "2.11.12", "2.10.7", "2.13.0")
1111
}
1212
scalaVersion in ThisBuild := crossScalaVersions.value.head
1313

project/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val scalaJSVersion =
2-
Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.27")
2+
Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.28")
33

44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
55

0 commit comments

Comments
 (0)