Skip to content

Commit

Permalink
csl: Release CSL libraries
Browse files Browse the repository at this point in the history
Problem / Solution

Finagle 6.36
Util 6.35
Ostrich 9.19
TwitterServer 1.21
Finatra 2.2.0
Scrooge 4.8.0

RB_ID=849873
  • Loading branch information
vkostyukov authored and jenkins committed Jul 7, 2016
1 parent 14499cc commit 5d74c4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.
1.x
-----

1.21.0
------

Bug Fixes
~~~~~~~~~

Expand Down
6 changes: 3 additions & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ object TwitterServer extends Build {
val branch = Process("git" :: "rev-parse" :: "--abbrev-ref" :: "HEAD" :: Nil).!!.trim
val suffix = if (branch == "master") "" else "-SNAPSHOT"

val libVersion = "1.20.0" + suffix
val utilVersion = "6.34.0" + suffix
val finagleVersion = "6.35.0" + suffix
val libVersion = "1.21.0" + suffix
val utilVersion = "6.35.0" + suffix
val finagleVersion = "6.36.0" + suffix

val jacksonVersion = "2.6.5"
val jacksonLibs = Seq(
Expand Down

0 comments on commit 5d74c4a

Please sign in to comment.