Skip to content

Commit

Permalink
Upgrade finagle, util, ostrich
Browse files Browse the repository at this point in the history
* FINAGLE_VERSION = "5.3.20"
* OSTRICH_VERSION = "8.2.9"
* UTIL_VERSION    = "5.3.13"
  • Loading branch information
Franklin Hu committed Nov 6, 2012
1 parent 193fb04 commit 1e2f6b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Project.scala
Expand Up @@ -8,9 +8,9 @@ import java.io.File
object Zipkin extends Build {

val CASSIE_VERSION = "0.23.0"
val FINAGLE_VERSION = "5.3.5"
val OSTRICH_VERSION = "8.2.3"
val UTIL_VERSION = "5.3.6"
val FINAGLE_VERSION = "5.3.20"
val OSTRICH_VERSION = "8.2.9"
val UTIL_VERSION = "5.3.13"

val proxyRepo = Option(System.getenv("SBT_PROXY_REPO"))
val travisCi = Option(System.getenv("SBT_TRAVIS_CI")) // for adding travis ci maven repos before others
Expand Down

0 comments on commit 1e2f6b5

Please sign in to comment.