mirror of https://github.com/sbt/sbt.git
Not that it fixed my issue, but ThisBuild.
This commit is contained in:
parent
bd7054e323
commit
7ffbf5374c
2
sbt
2
sbt
|
|
@ -249,7 +249,7 @@ addResidual () {
|
||||||
residual_args=( "${residual_args[@]}" "$1" )
|
residual_args=( "${residual_args[@]}" "$1" )
|
||||||
}
|
}
|
||||||
addResolver () {
|
addResolver () {
|
||||||
addSbt "set resolvers += $1"
|
addSbt "set resolvers in ThisBuild += $1"
|
||||||
}
|
}
|
||||||
addSnapshotRepo () {
|
addSnapshotRepo () {
|
||||||
addResolver "ScalaToolsSnapshots"
|
addResolver "ScalaToolsSnapshots"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue