Skip to content

Commit

Permalink
finagle-tunable: -> 2.13
Browse files Browse the repository at this point in the history
Problem

no 2.13 build for finagle-tunable

Solution

trivial change: build update

Signed-off-by: David Rusek <drusek@twitter.com>

Differential Revision: https://phabricator.twitter.biz/D373170
  • Loading branch information
David Rusek authored and jenkins committed Sep 20, 2019
1 parent 21b181e commit 69ded53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com
Unreleased
----------

New Features
~~~~~~~~~~~~

* finagle-tunable: Enables cross-build for 2.13.0. ``PHAB_ID=D373170``

* finagle-grpc-context: Enables cross-build for 2.13.0. ``PHAB_ID=D373168``

Runtime Behavior Changes
~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -36,8 +43,6 @@ Bug Fixes
New Features
~~~~~~~~~~~~

* finagle-grpc-context: Enables cross-build for 2.13.0. ``PHAB_ID=D373168``

* finagle-{core,init,toggle,netty4}: Enables cross-build for 2.13.0. ``PHAB_ID=D364013``

* finagle-base-http: Add `None` as a valid SameSite header value. ``PHAB_ID=D365170``
Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,8 @@ lazy val finagleTunable = Project(
id = "finagle-tunable",
base = file("finagle-tunable")
).settings(
sharedSettings
sharedSettings,
withTwoThirteen
).settings(
name := "finagle-tunable",
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 69ded53

Please sign in to comment.