Skip to content

Commit 3c7369b

Browse files
authored
Fix testing/building for Scala 2.12.13 (#288)
1 parent f65a5f3 commit 3c7369b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ env:
5656
TRAVIS_JDK=adopt@~1.8.0-0
5757
- SCALA_VERSION=2.12.12
5858
TRAVIS_JDK=adopt@~1.11.0-0
59-
- SCALA_VERSION=2.12.14
59+
- SCALA_VERSION=2.12.13
6060
TRAVIS_JDK=adopt@~1.8.0-0
61-
- SCALA_VERSION=2.12.14
61+
- SCALA_VERSION=2.12.13
6262
TRAVIS_JDK=adopt@~1.11.0-0
6363
- SCALA_VERSION=2.12.14
6464
TRAVIS_JDK=adopt@~1.8.0-0

0 commit comments

Comments
 (0)