Skip to content

Commit d6faab9

Browse files
author
Mahendra Kulkarni
committed
Added Support for Scala 2.12.4
1 parent f0847fc commit d6faab9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ env:
3333
- SCALA_VERSION=2.12.1
3434
- SCALA_VERSION=2.12.2
3535
- SCALA_VERSION=2.12.3
36+
- SCALA_VERSION=2.12.4
3637
- SCALA_VERSION=2.13.0-M2
3738

3839
# there's no better way it seems.. https://github.com/travis-ci/travis-ci/issues/1519
@@ -47,6 +48,8 @@ matrix:
4748
env: SCALA_VERSION=2.12.2
4849
- jdk: openjdk6
4950
env: SCALA_VERSION=2.12.3
51+
- jdk: openjdk6
52+
env: SCALA_VERSION=2.12.4
5053
- jdk: openjdk6
5154
env: SCALA_VERSION=2.13.0-M2
5255

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ lazy val defaults = Seq(
5151
scalaVersion := crossScalaVersions.value.last,
5252
crossScalaVersions := {
5353
val latest211 = 11
54-
val latest212 = 3
54+
val latest212 = 4
5555
val pre213 = List("M2")
5656
val skipVersions = Set("2.11.9", "2.11.10")
5757
val scala211Versions =

0 commit comments

Comments
 (0)