From b4a54f18bde00ddaeba91dcd0a5442b66c7c4a1a Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Fri, 31 Aug 2012 14:20:36 -0400 Subject: SBT build now works with SBT 0.12. Also fixed partest explosion that happened after partest redesign. --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/plugins.sbt') 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" -- cgit v1.2.3