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

Commit

Permalink
Stable flock and gizzard version
Browse files Browse the repository at this point in the history
  • Loading branch information
Boaz Avital committed Jan 10, 2012
1 parent b8a5d1a commit bbb0609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
project.organization=com.twitter
project.name=flockdb
sbt.version=0.7.4
project.version=1.8.0-alpha18-SNAPSHOT
project.version=1.8.0-alpha18
build.scala.versions=2.8.1
project.initialize=false
2 changes: 1 addition & 1 deletion project/build/FlockDBProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ with SubversionPublisher {
override def filterScalaJars = false
val scalaTools = "org.scala-lang" % "scala-compiler" % "2.8.1"

val gizzard = "com.twitter" % "gizzard" % "3.0.0-beta29-SNAPSHOT"
val gizzard = "com.twitter" % "gizzard" % "3.0.0-beta29"

val asm = "asm" % "asm" % "1.5.3" % "test"
val cglib = "cglib" % "cglib" % "2.2" % "test"
Expand Down

0 comments on commit bbb0609

Please sign in to comment.