From 30a467af7abf2f20d75496b476c8c22ea8bcdfe2 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Tue, 21 Feb 2017 17:36:15 -0800 Subject: [PATCH] Revert "Bump SBT from v0.13.6-M1-31-g0b2f2ae5a to 0.13" --- common.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common.conf b/common.conf index 3cd88dfc7..8e988f895 100644 --- a/common.conf +++ b/common.conf @@ -55,7 +55,10 @@ vars: { // use of CrossVersion.patch; see https://github.com/scala/community-builds/issues/384 shapeless-ref : "milessabin/shapeless.git#eec3d55d1840a2ab31efedc9f8badefd6a49f5f9" scoverage-ref : "scoverage/scalac-scoverage-plugin.git#1.0.2" - sbt-ref : "sbt/sbt.git#0.13" + // change from https://github.com/sbt/sbt/pull/1509 broke building sbt with Scala 2.11 + // this problem is tracked in https://github.com/sbt/sbt/issues/1523 + // for now, we stick to fixed sha1 of sbt right before the merge of #1509 + sbt-ref : "sbt/sbt.git#0b2f2ae5a8ab2b082b6e15b196d671a4c18cc9f2" // this is commit corresponding to 1.3.0 release, unfortunely pimpathon doesn't tag its releases pimpathon-ref : "stacycurl/pimpathon.git#d2354dd92f5481610f4610edba3574880b07263e" sbt-testng-interface-ref : "scalacommunitybuild/sbt-testng.git#community-build-2.12"