Skip to content

Commit

Permalink
Release CSL Stack
Browse files Browse the repository at this point in the history
RB_ID=721327
  • Loading branch information
vkostyukov authored and jenkins committed Jul 27, 2015
1 parent f60e9d8 commit 65df151
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.27.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.26.0"
"com.twitter" %% "finagle-core" % "6.27.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.26.0"
"com.twitter" %% "finagle-mysql" % "6.27.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.26.0"
libraryDependencies += "com.twitter" %% "finagle-httpx" % "6.27.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.26.0" + suffix
val utilVersion = "6.25.0" + suffix
val ostrichVersion = "9.9.0" + suffix
val scroogeVersion = "3.19.0" + suffix
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 nettyLib = "io.netty" % "netty" % "3.10.1.Final"
val ostrichLib = "com.twitter" %% "ostrich" % ostrichVersion
Expand Down

0 comments on commit 65df151

Please sign in to comment.