Skip to content

Commit ad09365

Browse files
authored
Merge pull request #240 from raboof/scala-2.13.3
2 parents 8c9a329 + f105a7a commit ad09365

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ env:
5858
5959
- SCALA_VERSION=2.13.2
6060
61+
- SCALA_VERSION=2.13.3
62+
63+
- SCALA_VERSION=2.13.3
64+
6165

6266
before_install: curl -Ls https://git.io/jabba | bash && . ~/.jabba/jabba.sh
6367
install: jabba install "$TRAVIS_JDK" && jabba use "$_" && java -Xmx32m -version

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lazy val defaults = Seq(
4949
val earliest211 = 6
5050
val latest211 = 12
5151
val latest212 = 11
52-
val latest213 = 2
52+
val latest213 = 3
5353
val skipVersions = Set("2.11.9", "2.11.10")
5454
val scala211Versions =
5555
(earliest211 to latest211)

0 commit comments

Comments
 (0)