From 7ffbf5374ccb6d6c3077cb119bac27aa4d9f915f Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 14 Sep 2011 09:29:59 -0700 Subject: [PATCH] Not that it fixed my issue, but ThisBuild. --- sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt b/sbt index 0a97082df..2b2be4b0f 100755 --- a/sbt +++ b/sbt @@ -249,7 +249,7 @@ addResidual () { residual_args=( "${residual_args[@]}" "$1" ) } addResolver () { - addSbt "set resolvers += $1" + addSbt "set resolvers in ThisBuild += $1" } addSnapshotRepo () { addResolver "ScalaToolsSnapshots"