=build versions of dependencies for 2.12.0-M5 (#20939)
* =build versions of dependencies for 2.12.0-M5 * Update Dependencies.scala
This commit is contained in:
parent
07ec6b7f4c
commit
841be3e172
1 changed files with 2 additions and 0 deletions
|
|
@ -26,12 +26,14 @@ object Dependencies {
|
||||||
case "2.12.0-M2" => "2.2.5-M2"
|
case "2.12.0-M2" => "2.2.5-M2"
|
||||||
case "2.12.0-M3" => "2.2.5-M3"
|
case "2.12.0-M3" => "2.2.5-M3"
|
||||||
case "2.12.0-M4" => "2.2.6"
|
case "2.12.0-M4" => "2.2.6"
|
||||||
|
case "2.12.0-M5" => "3.0.0-RC4"
|
||||||
case _ => "2.2.4"
|
case _ => "2.2.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
java8CompatVersion := {
|
java8CompatVersion := {
|
||||||
scalaVersion.value match {
|
scalaVersion.value match {
|
||||||
case "2.12.0-M4" => "0.8.0-RC1"
|
case "2.12.0-M4" => "0.8.0-RC1"
|
||||||
|
case "2.12.0-M5" => "0.8.0-RC3"
|
||||||
case _ => "0.7.0"
|
case _ => "0.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue