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

Commit

Permalink
update gizzard dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Hull committed Feb 4, 2011
1 parent c2560a9 commit 7155b3d
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 scalaTools = "org.scala-lang" % "scala-compiler" % "2.7.7"

val gizzard = "com.twitter" % "gizzard" % "1.7.6"
val gizzard = "com.twitter" % "gizzard" % "1.7.7"
val asm = "asm" % "asm" % "1.5.3" % "test"
val cglib = "cglib" % "cglib" % "2.1_3" % "test"
val hamcrest = "org.hamcrest" % "hamcrest-all" % "1.1" % "test"
Expand Down

0 comments on commit 7155b3d

Please sign in to comment.