From df19298a67dcd0e137040044d4534e7777060589 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:33:27 +0200 Subject: [PATCH] Update http4s-blaze-client, http4s-client to 0.23.6 (#339) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 614f20de..4e1cd779 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ val jawnVersion = "1.2.0" val munitVersion = "0.7.29" val scalaCheckVersion = "1.15.4" val snakeYamlVersion = "1.29" -val http4sVersion = "0.23.5" +val http4sVersion = "0.23.6" val testDependencies = Seq( "co.nstant.in" % "cbor" % "0.9",