bump scalac version to 2.12.10 (#743)

* bump scalac version to 2.12.10

* bump scalac version to 2.12.10 in .travis.yml
This commit is contained in:
Chris Stewart 2019-09-17 04:08:20 -05:00 committed by GitHub
parent 889580a294
commit 12dcba42de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ env:
os: linux
scala:
- 2.12.9
- 2.12.10
- 2.13.0
# Fiddling with Travis config is not fun:-(

View file

@ -1,5 +1,5 @@
val scala2_11 = "2.11.12"
val scala2_12 = "2.12.9"
val scala2_12 = "2.12.10"
val scala2_13 = "2.13.0"
scalaVersion in ThisBuild := scala2_13