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

Commit

Permalink
use newer ostrich
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Jul 26, 2011
1 parent 8b15149 commit f303481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/KestrelProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class KestrelProject(info: ProjectInfo) extends StandardServiceProject(info) wit
{
val util = "com.twitter" % "util-core" % "1.8.1"

val ostrich = "com.twitter" % "ostrich" % "4.2.0"
val ostrich = "com.twitter" % "ostrich" % "4.7.3"
val naggati = "com.twitter" % "naggati" % "2.1.1"

val specs = "org.scala-tools.testing" % "specs_2.8.1" % "1.6.7" % "test"
Expand Down

0 comments on commit f303481

Please sign in to comment.