Upgrade to Scala 2.12.3

This commit is contained in:
Dale Wijnand 2017-07-28 07:56:02 +01:00
parent a80ce86e65
commit 8f912301be
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
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"