From 930a0129653da3016d5c77150cd53341f5df40cb Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 4 Aug 2017 16:20:03 +0200 Subject: [PATCH] Switch to sbt 1.0.0-RC3 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 65fc6e16d..cfc28083a 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -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 } },