Skip to content

Commit 3f27812

Browse files
authored
Merge pull request #141 from lvitaly/master
Update to Scala 2.12.10 and 2.13.1
2 parents 9ffa337 + cd0ca44 commit 3f27812

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jdk:
1616
scala:
1717
- 2.10.7
1818
- 2.11.12
19-
- 2.12.9
20-
- 2.13.0
19+
- 2.12.10
20+
- 2.13.1
2121

2222
before_install:
2323
- export PATH=${PATH}:./vendor/bundle

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ lazy val commonSettings = Seq(
2121
scalaVersion := scalaVer,
2222
crossScalaVersions := {
2323
if (scalaJSVersion.startsWith("0.6")) {
24-
Seq("2.10.7", "2.11.12", "2.12.9", "2.13.0")
24+
Seq("2.10.7", "2.11.12", "2.12.10", "2.13.1")
2525
} else {
26-
Seq("2.11.12", "2.12.9", "2.13.0")
26+
Seq("2.11.12", "2.12.10", "2.13.1")
2727
}
2828
},
2929
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)