From ed444e7722d211755bb3aeb6710f14434b812342 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 7 Nov 2019 01:32:41 +0100 Subject: [PATCH] Update finagle-http to 19.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3028891..af55603 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import ReleaseTransformations._ -lazy val finagleVersion = "19.8.0" +lazy val finagleVersion = "19.11.0" lazy val buildSettings = Seq( organization := "com.github.finagle",