Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
upgrade finagle-* to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
freels committed Apr 28, 2011
1 parent 35756bb commit 71caf3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/build/GizzardProject.scala
Expand Up @@ -15,8 +15,8 @@ with SubversionPublisher {
// remove when moved to libkestrel
val twitterActors = "com.twitter" % "twitteractors_2.8.0" % "2.0.1"

val finagleThrift = "com.twitter" % "finagle-thrift" % "1.2.6"
val finagleOstrich4 = "com.twitter" % "finagle-ostrich4" % "1.2.6"
val finagleThrift = "com.twitter" % "finagle-thrift" % "1.3.2"
val finagleOstrich4 = "com.twitter" % "finagle-ostrich4" % "1.3.2"

val thrift = "thrift" % "libthrift" % "0.5.0"
val jackson = "org.codehaus.jackson" % "jackson-core-asl" % "1.6.7"
Expand Down

0 comments on commit 71caf3f

Please sign in to comment.