Switch to scala 2.12.6 (#851)

This commit is contained in:
Alexandre Archambault 2018-04-30 10:51:04 +02:00 committed by GitHub
parent 7b34e7307c
commit 3ebe181152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ jar_library(
jar(
org = "org.scala-lang",
name = "scala-library",
rev = "2.12.4",
rev = "2.12.6",
),
],
scope = 'runtime'
@ -16,7 +16,7 @@ jar_library(
jar(
org = "org.scala-lang",
name = "scala-compiler",
rev = "2.12.4",
rev = "2.12.6",
),
],
)

View File

@ -1,7 +1,7 @@
object ScalaVersion {
def scala212 = "2.12.5"
def scala212 = "2.12.6"
def scala211 = "2.11.12"
def scala210 = "2.10.7"