Skip to content

Commit

Permalink
csl: bump lib versions
Browse files Browse the repository at this point in the history
RB_ID=756082
TBR=true
  • Loading branch information
Ruben Oanta authored and jenkins committed Oct 15, 2015
1 parent a48a2a9 commit 06da623
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
13 changes: 3 additions & 10 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,10 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.
1.x
-----

New Features:
-------------

* Add new admin endpoint "/admin/lint" which checks for possible issues with
performance or configuration. ``RB_ID=754348``

Runtime Behavior Changes
------------------------
1.15.0
~~~~~~~

* We no longer export a "scheduler/productivity" stat because various implementation
details made it difficult to report reliably.
* bump dependencies

1.14.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.14.0" + suffix
val utilVersion = "6.28.0" + suffix
val finagleVersion = "6.29.0" + suffix
val libVersion = "1.15.0" + suffix
val utilVersion = "6.29.0" + suffix
val finagleVersion = "6.30.0" + suffix
val mustacheVersion = "0.8.18"

val jacksonVersion = "2.4.4"
Expand Down

0 comments on commit 06da623

Please sign in to comment.