Skip to content

Commit 2474cc3

Browse files
authored
Merge pull request #199 from lightbend/scala2.13.1
Build for Scala 2.13.1
2 parents 83b9080 + 70b7d80 commit 2474cc3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818
- SCALA_VERSION=2.12.9
1919
- SCALA_VERSION=2.12.10
2020
- SCALA_VERSION=2.13.0
21+
- SCALA_VERSION=2.13.1
2122

2223
# 2.11.12 was the first Scala 2.11.x version to work on jdk11
2324
matrix:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ lazy val defaults = Seq(
5656
val earliest211 = 6
5757
val latest211 = 12
5858
val latest212 = 10
59-
val latest213 = 0
59+
val latest213 = 1
6060
val skipVersions = Set("2.11.9", "2.11.10")
6161
val scala211Versions =
6262
(earliest211 to latest211)

0 commit comments

Comments
 (0)