Switch to sbt 1.0.0-RC3

This commit is contained in:
Alexandre Archambault 2017-08-04 16:20:03 +02:00
parent 4e74e7f66d
commit 930a012965
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ object Settings {
sbtVersion := {
scalaBinaryVersion.value match {
case "2.10" => "0.13.8"
case "2.12" => "1.0.0-RC2"
case "2.12" => "1.0.0-RC3"
case _ => sbtVersion.value
}
},