From 834ad437daa141ec2b26da9f82ad46a20cf8b18d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Oct 2019 01:11:05 +0200 Subject: [PATCH] Update finagle-http to 19.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3028891..b0aeeb3 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import ReleaseTransformations._ -lazy val finagleVersion = "19.8.0" +lazy val finagleVersion = "19.10.0" lazy val buildSettings = Seq( organization := "com.github.finagle",