Skip to content

Commit 2fe02dd

Browse files
vkostyukovjenkins
authored andcommitted
csl: Release OSS libraries
Finagle 6.31 Util 6.30 Scrooge 4.2 TwitterServer 1.16 Ostrich 9.14 RB_ID=774633 TBR=true
1 parent 845246f commit 2fe02dd

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

CHANGES

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.
77
1.x
88
-----
99

10-
New Features:
11-
-------------
12-
* Add a default favicon to the admin pages.
10+
1.16.0
11+
~~~~~~~
1312

1413
1.15.0
1514
~~~~~~~

project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ object TwitterServer extends Build {
1010
val branch = Process("git" :: "rev-parse" :: "--abbrev-ref" :: "HEAD" :: Nil).!!.trim
1111
val suffix = if (branch == "master") "" else "-SNAPSHOT"
1212

13-
val libVersion = "1.15.0" + suffix
14-
val utilVersion = "6.29.0" + suffix
15-
val finagleVersion = "6.30.0" + suffix
13+
val libVersion = "1.16.0" + suffix
14+
val utilVersion = "6.30.0" + suffix
15+
val finagleVersion = "6.31.0" + suffix
1616
val mustacheVersion = "0.8.18"
1717

1818
val jacksonVersion = "2.4.4"

0 commit comments

Comments
 (0)