Merge pull request #149 from dwijnand/2123

Upgrade to Scala 2.12.3
This commit is contained in:
eugene yokota 2017-07-28 03:32:01 -04:00 committed by GitHub
commit 1e9ff48e22
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ jdk: oraclejdk8
scala:
- 2.11.11
- 2.12.2
- 2.12.3
script:
# drop scalafmt on the 1.0.0 branch to dogfood 1.0.0-RC2 before there is a sbt 1.0 of new-sbt-scalafnt

View File

@ -4,7 +4,7 @@ import sbt.contraband.ContrabandPlugin.autoImport._
object Dependencies {
val scala211 = "2.11.11"
val scala212 = "2.12.2"
val scala212 = "2.12.3"
private val ioVersion = "1.0.0-M13"
private val utilVersion = "1.0.0-M27"