Skip to content

Commit e71b325

Browse files
committed
Upgrade to Scala 2.12.6.
1 parent c2b6de0 commit e71b325

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ script:
77
scala:
88
- 2.10.7
99
- 2.11.12
10-
- 2.12.4
10+
- 2.12.6
1111
- 2.13.0-M3
1212
jdk:
1313
- oraclejdk8

build.sbt

Lines changed: 2 additions & 2 deletions
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.4", "2.11.12", "2.13.0-M3")
10-
else Seq("2.12.4", "2.11.12", "2.10.7", "2.13.0-M3")
9+
if (scalaJSVersion.startsWith("1.")) Seq("2.12.6", "2.11.12", "2.13.0-M3")
10+
else Seq("2.12.6", "2.11.12", "2.10.7", "2.13.0-M3")
1111
}
1212
scalaVersion in ThisBuild := crossScalaVersions.value.head
1313

0 commit comments

Comments
 (0)