Skip to content

Commit

Permalink
Update finagle-http to 23.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 3, 2023
1 parent faf26f5 commit c08811b
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 @@ -697,7 +697,7 @@ lazy val finagleBackend = (projectMatrix in file("finagle-backend"))
.settings(
name := "finagle-backend",
libraryDependencies ++= Seq(
"com.twitter" %% "finagle-http" % "22.12.0"
"com.twitter" %% "finagle-http" % "23.11.0"
)
)
.jvmPlatform(scalaVersions = scala2)
Expand Down

0 comments on commit c08811b

Please sign in to comment.