Not that it fixed my issue, but ThisBuild.

This commit is contained in:
Paul Phillips 2011-09-14 09:29:59 -07:00
parent bd7054e323
commit 7ffbf5374c
1 changed files with 1 additions and 1 deletions

2
sbt
View File

@ -249,7 +249,7 @@ addResidual () {
residual_args=( "${residual_args[@]}" "$1" )
}
addResolver () {
addSbt "set resolvers += $1"
addSbt "set resolvers in ThisBuild += $1"
}
addSnapshotRepo () {
addResolver "ScalaToolsSnapshots"