Skip to content

Commit

Permalink
Release CSL libraries (Sept 2015).
Browse files Browse the repository at this point in the history
- Release finagle, ostrich, scrooge, twitter-server, util (Sept 2015).

RB_ID=747942
  • Loading branch information
nshkrob authored and jenkins committed Sep 28, 2015
1 parent 5ba3680 commit 83a49f4
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.14.0
~~~~~~~

Dependencies:
-------------

Expand Down
6 changes: 3 additions & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,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.13.0" + suffix
val utilVersion = "6.27.0" + suffix
val finagleVersion = "6.28.0" + suffix
val libVersion = "1.14.0" + suffix
val utilVersion = "6.28.0" + suffix
val finagleVersion = "6.29.0" + suffix
val mustacheVersion = "0.8.18"

val jacksonVersion = "2.4.4"
Expand Down

0 comments on commit 83a49f4

Please sign in to comment.