From 28c7b4b65f4eeb71ac4082715567be5f3ba6a41f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Nov 2020 05:30:51 +0100 Subject: [PATCH] Update http4s-blaze-client to 0.21.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6303135b20..1537d3aead 100644 --- a/build.sbt +++ b/build.sbt @@ -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))