From 9f4900c383c23913f7bf7005db0bc756c4c53768 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 11 Feb 2021 08:18:53 +0100 Subject: [PATCH] Update finagle-http to 21.2.0 (#208) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4699fd6..f760a25 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ lazy val runtime = (project in file("runtime")).settings( name := "twinagle-runtime", crossScalaVersions := Seq(scala212, scala213), libraryDependencies ++= Seq( - "com.twitter" %% "finagle-http" % "21.1.0", + "com.twitter" %% "finagle-http" % "21.2.0", "com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion, "com.thesamet.scalapb" %% "scalapb-json4s" % "0.10.3",