Skip to content

Commit

Permalink
finagle-opencensus-tracing: Bump to 2.13
Browse files Browse the repository at this point in the history
Problem

No cross-build for finagle-opencensus-tracing 2.13

Solution

include 2.13 in finagle-opencensus-tracing cross versions.

Signed-off-by: Yufan Gong <yufang@twitter.com>

Differential Revision: https://phabricator.twitter.biz/D421452
  • Loading branch information
hderms authored and jenkins committed Jan 22, 2020
1 parent a2d45ce commit fee83b1
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 @@ -10,6 +10,8 @@ Unreleased
New Features
~~~~~~~~~~~~

* finagle-opencensus-tracing: Enables cross-build for 2.13.0. ``PHAB_ID=D421452``

* finagle-thriftmux: Add support for automatically negotiating compression between a client
and server. Off by default, clients and servers must be configured to negotiate.
``PHAB_ID=D414638``
Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,8 @@ lazy val finagleOpenCensusTracing = Project(
id = "finagle-opencensus-tracing",
base = file("finagle-opencensus-tracing")
).settings(
sharedSettings
sharedSettings,
withTwoThirteen
).settings(
name := "finagle-opencensus-tracing",
libraryDependencies ++= Seq(
Expand Down

0 comments on commit fee83b1

Please sign in to comment.