mirror of https://github.com/sbt/sbt.git
Switch to sbt 1.0.0-RC3
This commit is contained in:
parent
4e74e7f66d
commit
930a012965
|
|
@ -225,7 +225,7 @@ object Settings {
|
||||||
sbtVersion := {
|
sbtVersion := {
|
||||||
scalaBinaryVersion.value match {
|
scalaBinaryVersion.value match {
|
||||||
case "2.10" => "0.13.8"
|
case "2.10" => "0.13.8"
|
||||||
case "2.12" => "1.0.0-RC2"
|
case "2.12" => "1.0.0-RC3"
|
||||||
case _ => sbtVersion.value
|
case _ => sbtVersion.value
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue