Skip to content

Commit

Permalink
csl: Release OSS libraries
Browse files Browse the repository at this point in the history
Finagle 6.31
Util 6.30
Scrooge 4.2
TwitterServer 1.16
Ostrich 9.14

RB_ID=774633
TBR=true
  • Loading branch information
vkostyukov authored and jenkins committed Dec 3, 2015
1 parent 845246f commit 2fe02dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.
1.x
-----

New Features:
-------------
* Add a default favicon to the admin pages.
1.16.0
~~~~~~~

1.15.0
~~~~~~~
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.15.0" + suffix
val utilVersion = "6.29.0" + suffix
val finagleVersion = "6.30.0" + suffix
val libVersion = "1.16.0" + suffix
val utilVersion = "6.30.0" + suffix
val finagleVersion = "6.31.0" + suffix
val mustacheVersion = "0.8.18"

val jacksonVersion = "2.4.4"
Expand Down

0 comments on commit 2fe02dd

Please sign in to comment.