Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
use new querulous
Browse files Browse the repository at this point in the history
  • Loading branch information
eaceaser committed Nov 11, 2010
1 parent 2225658 commit 98bc440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/GizzardProject.scala
Expand Up @@ -5,7 +5,7 @@ class GizzardProject(info: ProjectInfo) extends StandardProject(info) with Subve
val configgy = "net.lag" % "configgy" % "1.6.8"
val kestrel = "net.lag" % "kestrel" % "1.2.4-config-SNAPSHOT"
val ostrich = "com.twitter" % "ostrich" % "1.2.9"
val querulous = "com.twitter" %% "querulous" % "1.4.0-config-SNAPSHOT"
val querulous = "com.twitter" %% "querulous" % "1.4.2-config-SNAPSHOT"
val slf4j = "org.slf4j" % "slf4j-jdk14" % "1.5.2"
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.5.2"
val thrift = "thrift" % "libthrift" % "0.5.0"
Expand Down

0 comments on commit 98bc440

Please sign in to comment.