summaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-08-31 14:20:36 -0400
committerJosh Suereth <joshua.suereth@gmail.com>2012-08-31 14:20:36 -0400
commitb4a54f18bde00ddaeba91dcd0a5442b66c7c4a1a (patch)
treeb7133f030225f66ad8ec3887876b99e4a3b14625 /project/plugins.sbt
parente03a5b766be27a1f43c9151a611b04519a2b15df (diff)
downloadscala-b4a54f18bde00ddaeba91dcd0a5442b66c7c4a1a.tar.gz
scala-b4a54f18bde00ddaeba91dcd0a5442b66c7c4a1a.tar.bz2
scala-b4a54f18bde00ddaeba91dcd0a5442b66c7c4a1a.zip
SBT build now works with SBT 0.12.
Also fixed partest explosion that happened after partest redesign.
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"