Skip to content

Commit

Permalink
dispatch 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Nov 8, 2009
1 parent e277d14 commit e231a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/RiakkaProject.scala
Expand Up @@ -4,7 +4,7 @@ class RiakkaProject(info: ProjectInfo) extends DefaultProject(info) {

override def useDefaultConfigurations = true

val dispatch = "net.databinder" % "dispatch-http_2.7.6" % "0.6.0" // % "runtime->default"
val dispatch = "net.databinder" %% "dispatch-http" % "0.6.1" // % "runtime->default"
val jcip = "net.jcip" % "jcip-annotations" % "1.0" // needed for httpclient ...
val scalatest = "org.scala-tools.testing" % "scalatest" % "0.9.5" // % "test->default"
val configgy = "net.lag" % "configgy" % "1.3" intransitive()
Expand Down

0 comments on commit e231a3a

Please sign in to comment.