Skip to content

Commit

Permalink
Update finagle-http to 22.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 20, 2022
1 parent 198aace commit f95f2a1
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 @@ -710,7 +710,7 @@ lazy val finagleBackend = (projectMatrix in file("finagle-backend"))
.settings(
name := "finagle-backend",
libraryDependencies ++= Seq(
"com.twitter" %% "finagle-http" % "22.3.0"
"com.twitter" %% "finagle-http" % "22.4.0"
)
)
.jvmPlatform(scalaVersions = List(scala2_12, scala2_13))
Expand Down

0 comments on commit f95f2a1

Please sign in to comment.