From 5dbcb8f81d1fb9514e6209f077f33ec5201c0d23 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:07:10 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.22 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cb5b65b9..d6f89f25 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ ThisBuild / crossScalaVersions := Seq(Scala212, Scala3, Scala213) val catsEffectVersion = "3.5.1" val circeVersion = "0.14.5" val fs2Version = "3.7.0" -val http4sVersion = "0.23.21" +val http4sVersion = "0.23.22" val natchezVersion = "0.3.2" val munitVersion = "0.7.29" val munitCEVersion = "1.0.7"