Skip to content

Commit

Permalink
Release CSL stack
Browse files Browse the repository at this point in the history
RB_ID=735615
  • Loading branch information
travisbrown authored and jenkins committed Aug 27, 2015
1 parent 7677c98 commit de123b8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 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.28.0
~~~~~~~

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

Expand Down
2 changes: 1 addition & 1 deletion doc/src/sphinx/code/client-server-anatomy/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ version := "1.0"
scalaVersion := "2.10.5"

libraryDependencies ++= Seq(
"com.twitter" %% "finagle-core" % "6.27.0"
"com.twitter" %% "finagle-core" % "6.28.0"
)
2 changes: 1 addition & 1 deletion doc/src/sphinx/code/protocols/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ version := "1.0"
scalaVersion := "2.10.5"

libraryDependencies ++= Seq(
"com.twitter" %% "finagle-mysql" % "6.27.0"
"com.twitter" %% "finagle-mysql" % "6.28.0"
)
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-httpx" % "6.27.0"
libraryDependencies += "com.twitter" %% "finagle-httpx" % "6.28.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.27.0" + suffix
val utilVersion = "6.26.0" + suffix
val ostrichVersion = "9.10.0" + suffix
val scroogeVersion = "3.20.0" + suffix
val libVersion = "6.28.0" + suffix
val utilVersion = "6.27.0" + suffix
val ostrichVersion = "9.11.0" + suffix
val scroogeVersion = "4.0.0" + suffix

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

0 comments on commit de123b8

Please sign in to comment.