Skip to content

Commit

Permalink
finagle-grpc-context: 2.13 cross build
Browse files Browse the repository at this point in the history
Problem

no 2.13 build for finagle-grpc-context

Solution

enable 2.13 in build. Trivial change.

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

Differential Revision: https://phabricator.twitter.biz/D373168
  • Loading branch information
martijnhoekstra authored and jenkins committed Sep 19, 2019
1 parent b6d0aa1 commit 65963f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Breaking API Changes
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 @@ -734,7 +734,8 @@ lazy val finagleGrpcContext = Project(
id = "finagle-grpc-context",
base = file("finagle-grpc-context")
).settings(
sharedSettings
sharedSettings,
withTwoThirteen
).settings(
name := "finagle-grpc-context",
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 65963f5

Please sign in to comment.