From 68ded893376a6395bcd29c959d0d3785f6f7597e Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Wed, 30 Jul 2014 10:35:50 +0200 Subject: [PATCH] Revert to sbt 0.13.2 sbt 0.13.5 broke a hack in our release scripts (Confirmed by successful run using v1.0.1, which was on 0.13.1: https://scala-webapps.epfl.ch/jenkins/job/scala-release-2.11.x/139/) Let's revert until we can come up with a fix for the script. --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index be6c454f..8ac605a3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.5 +sbt.version=0.13.2