aboutsummaryrefslogtreecommitdiff
path: root/stage2/ToolsTasks.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-21 11:23:28 +0800
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-22 17:46:15 +0800
commitee4f446e1dbef8f4983525376abf2274c01d0395 (patch)
tree2f5474f983dca24f9766780c2786589f80914613 /stage2/ToolsTasks.scala
parent5ebe63ff7f9272e02861632c0c9c53c278c28b2e (diff)
downloadcbt-ee4f446e1dbef8f4983525376abf2274c01d0395.tar.gz
cbt-ee4f446e1dbef8f4983525376abf2274c01d0395.tar.bz2
cbt-ee4f446e1dbef8f4983525376abf2274c01d0395.zip
include sonatypeSnapshots in `cbt tools resolve`
Diffstat (limited to 'stage2/ToolsTasks.scala')
-rw-r--r--stage2/ToolsTasks.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/ToolsTasks.scala b/stage2/ToolsTasks.scala
index 943f096..0cfd501 100644
--- a/stage2/ToolsTasks.scala
+++ b/stage2/ToolsTasks.scala
@@ -30,7 +30,7 @@ class ToolsTasks(
args(1).split(",").toVector.map{
d =>
val v = d.split(":")
- Resolver(mavenCentral).bindOne(MavenDependency(v(0),v(1),v(2))).classpath
+ Resolver(mavenCentral, sonatypeSnapshots).bindOne(MavenDependency(v(0),v(1),v(2))).classpath
}
)
}