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

Commit

Permalink
new gizzard
Browse files Browse the repository at this point in the history
  • Loading branch information
eaceaser committed May 18, 2011
1 parent 8324913 commit bd15145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/build/FlockDBProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ with SubversionPublisher {
override def filterScalaJars = false
val scalaTools = "org.scala-lang" % "scala-compiler" % "2.8.1"

val gizzard = "com.twitter" % "gizzard" % "2.2.2"
val gizzard = "com.twitter" % "gizzard" % "2.2.3"
val asm = "asm" % "asm" % "1.5.3" % "test"
val cglib = "cglib" % "cglib" % "2.1_3" % "test"
val cglib = "cglib" % "cglib" % "2.2" % "test"
val hamcrest = "org.hamcrest" % "hamcrest-all" % "1.1" % "test"
val jmock = "org.jmock" % "jmock" % "2.4.0" % "test"
val objenesis = "org.objenesis" % "objenesis" % "1.1" % "test"
Expand Down

0 comments on commit bd15145

Please sign in to comment.