Skip to content

Commit

Permalink
Merge pull request #1415 from scala-steward/update/finagle-http-22.4.0
Browse files Browse the repository at this point in the history
Update finagle-http to 22.4.0
  • Loading branch information
mergify[bot] authored Apr 20, 2022
2 parents 198aace + f95f2a1 commit df74815
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 df74815

Please sign in to comment.