From 7d020bc498a568b79a455633db50600a7b4de319 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 2 Mar 2021 18:30:08 +0100 Subject: [PATCH] Update http4s-blaze-client to 0.21.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1b07a21..d91b43bd 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ libraryDependencies += "com.github.julien-truffaut" %% "monocle-core" % "2.1.0" libraryDependencies += "com.github.julien-truffaut" %% "monocle-macro" % "2.1.0" libraryDependencies += "com.47deg" %% "github4s" % "0.28.2" libraryDependencies += "io.lemonlabs" %% "scala-uri" % "3.0.0" -libraryDependencies += "org.http4s" %% "http4s-blaze-client" % "0.21.19" +libraryDependencies += "org.http4s" %% "http4s-blaze-client" % "0.21.20" libraryDependencies += "org.scalameta" %% "scalameta" % "4.4.10" libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.12" libraryDependencies += "io.get-coursier" %% "coursier-cats-interop" % "2.0.12"