Skip to content

Commit

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

Update http4s-blaze-client to 0.21.7
  • Loading branch information
adamw authored Aug 11, 2020
2 parents fba2cd4 + ff76960 commit 7206fd9
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 @@ -541,7 +541,7 @@ lazy val http4sBackend = (projectMatrix in file("http4s-backend"))
.settings(
name := "http4s-backend",
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-blaze-client" % "0.21.6"
"org.http4s" %% "http4s-blaze-client" % "0.21.7"
)
)
.jvmPlatform(scalaVersions = List(scala2_12, scala2_13), settings = intellijImportOnly213)
Expand Down

0 comments on commit 7206fd9

Please sign in to comment.