From e6d39fa838539d1501cd2fb540a733d2ec76b34d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 01:59:34 +0000 Subject: [PATCH] Update finagle-http to 24.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dbe125a..7454b59 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.12.0", + "com.twitter" %% "finagle-http" % "24.2.0", "com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion, "com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1", "org.json4s" %% "json4s-native" % "4.0.7",