From 06da623dd83eeff4d2373d52e4724552014c54ec Mon Sep 17 00:00:00 2001 From: Ruben Oanta Date: Thu, 15 Oct 2015 21:52:52 +0000 Subject: [PATCH] csl: bump lib versions RB_ID=756082 TBR=true --- CHANGES | 13 +++---------- project/Build.scala | 6 +++--- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/CHANGES b/CHANGES index d20f5e1e..152be8c7 100644 --- a/CHANGES +++ b/CHANGES @@ -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 ~~~~~~~ diff --git a/project/Build.scala b/project/Build.scala index 4e3ea937..5af14cb0 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -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"