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

Commit

Permalink
require gizzard 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Maxwell committed Jul 29, 2010
1 parent a3d36d4 commit fb8a88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/FlockDBProject.scala
Expand Up @@ -8,7 +8,7 @@ class FlockDBProject(info: ProjectInfo) extends StandardProject(info) with Subve
val cglib = "cglib" % "cglib" % "2.1_3"
val configgy = "net.lag" % "configgy" % "1.5.2"
val dbcp = "commons-dbcp" % "commons-dbcp" % "1.2.2"
val gizzard = "com.twitter" % "gizzard" % "1.1.5"
val gizzard = "com.twitter" % "gizzard" % "1.2.0"
val hamcrest = "org.hamcrest" % "hamcrest-all" % "1.1"
val jmock = "org.jmock" % "jmock" % "2.4.0"
val kestrel = "net.lag" % "kestrel" % "1.2"
Expand Down

0 comments on commit fb8a88b

Please sign in to comment.