summaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJosh Suereth <Joshua.Suereth@gmail.com>2012-09-01 09:05:19 -0700
committerJosh Suereth <Joshua.Suereth@gmail.com>2012-09-01 09:05:19 -0700
commitc4d81e1e2de3c9724cce32dee4345298d46ef1cc (patch)
treed4253af6cce62845eb72465a719a5b3651a16a5f /project/plugins.sbt
parent37680b44f96362057c14713da7541add946706cc (diff)
parentb4a54f18bde00ddaeba91dcd0a5442b66c7c4a1a (diff)
downloadscala-c4d81e1e2de3c9724cce32dee4345298d46ef1cc.tar.gz
scala-c4d81e1e2de3c9724cce32dee4345298d46ef1cc.tar.bz2
scala-c4d81e1e2de3c9724cce32dee4345298d46ef1cc.zip
Merge pull request #1222 from jsuereth/fix/sbt-build
SBT build now works with SBT 0.12.
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index b49ece7527..fdf37e31a6 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -4,6 +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"
+libraryDependencies += "net.databinder" % "dispatch-http_2.9.1" % "0.8.6"