summaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2011-12-05 15:52:10 -0500
committerJosh Suereth <joshua.suereth@gmail.com>2011-12-05 15:52:10 -0500
commit47fb0d381022bda800b7f8ee234224aa20020e4a (patch)
treedc34f3c6ac712adcf829cb7ab8399975fdae4ed4 /project/plugins.sbt
parent01fffafac5f8184fc6abc4268a2b2d1a2503d5ca (diff)
downloadscala-47fb0d381022bda800b7f8ee234224aa20020e4a.tar.gz
scala-47fb0d381022bda800b7f8ee234224aa20020e4a.tar.bz2
scala-47fb0d381022bda800b7f8ee234224aa20020e4a.zip
Adding SHA resolve to the SBT build so that we don't need the push/pull binary libs script anymore. Only pull is implemented.
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 2dfee4b5c9..b49ece7527 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -4,4 +4,6 @@ resolvers += Resolver.url("scalasbt", new URL("http://scalasbt.artifactoryonline
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
+libraryDependencies += "net.databinder" %% "dispatch-http" % "0.8.6"
+