Bump scalac to 2.12.8 (#340)

* Bump scalac to 2.12.8

* Bump scalac in .travis.yml
This commit is contained in:
Chris Stewart 2019-02-16 14:52:04 -06:00 committed by GitHub
parent f85fcf5137
commit 8391fadc09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ os:
scala:
- 2.11.12
- 2.12.7
- 2.12.8
# These directories are cached to S3 at the end of the build
cache:

View file

@ -1,5 +1,5 @@
scalaVersion in ThisBuild := "2.12.7"
scalaVersion in ThisBuild := "2.12.8"
crossScalaVersions in ThisBuild := List("2.11.12", "2.12.7")
crossScalaVersions in ThisBuild := List("2.11.12", "2.12.8")
organization in ThisBuild := "org.bitcoins"