Skip to content

Commit

Permalink
csl: bump lib versions
Browse files Browse the repository at this point in the history
RB_ID=756082
TBR=true
  • Loading branch information
Ruben Oanta authored and jenkins committed Oct 15, 2015
1 parent 0aec0a7 commit 745578b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.
6.x
-----

6.30.0
~~~~~~~

New Features
~~~~~~~~~~~~

Expand Down Expand Up @@ -60,8 +63,8 @@ Runtime Behavior Changes
(deadline_budget_ms) stats are now only recorded for servers, not for
clients anymore, since they're only meaningful for servers. ``RB_ID=75268``

* finagle-http: Clients sending requests with payloads larger than the server
accepts (default 5MB) now receive a HTTP 413 response instead of a channel
* finagle-http: Clients sending requests with payloads larger than the server
accepts (default 5MB) now receive a HTTP 413 response instead of a channel
closed exception. ``RB_ID=753664``

6.29.0
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sphinx/code/quickstart/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version := "1.0"

scalaVersion := "2.10.5"

libraryDependencies += "com.twitter" %% "finagle-http" % "6.28.0"
libraryDependencies += "com.twitter" %% "finagle-http" % "6.30.0"
8 changes: 4 additions & 4 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ object Finagle extends Build {
val branch = Process("git" :: "rev-parse" :: "--abbrev-ref" :: "HEAD" :: Nil).!!.trim
val suffix = if (branch == "master") "" else "-SNAPSHOT"

val libVersion = "6.29.0" + suffix
val utilVersion = "6.28.0" + suffix
val ostrichVersion = "9.12.0" + suffix
val scroogeVersion = "4.1.0" + suffix
val libVersion = "6.30.0" + suffix
val utilVersion = "6.29.0" + suffix
val ostrichVersion = "9.13.0" + suffix
val scroogeVersion = "4.2.0" + suffix

val nettyLib = "io.netty" % "netty" % "3.10.1.Final"
val ostrichLib = "com.twitter" %% "ostrich" % ostrichVersion
Expand Down

0 comments on commit 745578b

Please sign in to comment.