mirror of https://github.com/sbt/sbt.git
Switch to scala 2.12.6 (#851)
This commit is contained in:
parent
7b34e7307c
commit
3ebe181152
|
|
@ -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",
|
||||
),
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue