Skip to content

Commit

Permalink
Merge pull request #772 from scala-steward/update/http4s-blaze-client…
Browse files Browse the repository at this point in the history
…-0.21.13

Update http4s-blaze-client to 0.21.13
  • Loading branch information
adamw authored Nov 30, 2020
2 parents e9542c1 + 28c7b4b commit 2359357
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 @@ -509,7 +509,7 @@ lazy val http4sBackend = (projectMatrix in file("http4s-backend"))
.settings(
name := "http4s-backend",
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-blaze-client" % "0.21.8"
"org.http4s" %% "http4s-blaze-client" % "0.21.13"
)
)
.jvmPlatform(scalaVersions = List(scala2_12, scala2_13))
Expand Down

0 comments on commit 2359357

Please sign in to comment.