Skip to content

Commit

Permalink
Update finagle-http to 24.2.0 (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored May 7, 2024
1 parent de3ca23 commit f6535c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ lazy val finagleBackend = (projectMatrix in file("finagle-backend"))
.settings(
name := "finagle-backend",
libraryDependencies ++= Seq(
"com.twitter" %% "finagle-http" % "23.11.0"
"com.twitter" %% "finagle-http" % "24.2.0"
)
)
.jvmPlatform(scalaVersions = scala2)
Expand Down

0 comments on commit f6535c3

Please sign in to comment.