Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
bump querulous
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Maxwell committed Sep 16, 2010
1 parent e7177f6 commit e5e8ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/FlockDBProject.scala
Expand Up @@ -10,7 +10,7 @@ class FlockDBProject(info: ProjectInfo) extends StandardProject(info) with Subve
val mysqljdbc = "mysql" % "mysql-connector-java" % "5.1.6"
val ostrich = "com.twitter" % "ostrich" % "1.2.1"
val pool = "commons-pool" % "commons-pool" % "1.3"
val querulous = "com.twitter" % "querulous" % "1.2.2"
val querulous = "com.twitter" % "querulous" % "1.3-SNAPSHOT"
val results = "com.twitter" % "results" % "1.0"
val slf4j = "org.slf4j" % "slf4j-jdk14" % "1.5.2"
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.5.2"
Expand Down

0 comments on commit e5e8ef3

Please sign in to comment.