bumped scala version in travis config

This commit is contained in:
hrj 2020-06-30 00:19:52 +05:30
parent 461e1a6ead
commit 7b642198f4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: scala
jdk: openjdk11
scala:
- 2.12.8
- 2.13.2
script:
- sbt ++$TRAVIS_SCALA_VERSION compile