From 31728afba7885bb23b87aa5748ba7031db2e3500 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 16:44:38 +0000 Subject: [PATCH] Update http4s-circe, http4s-core, ... to 0.22.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3b4dba9..489d2e6 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ val catsV = "2.9.0" val catsEffectV = "2.5.5" // val shapelessV = "2.3.3" val fs2V = "2.5.11" -val http4sV = "0.22.14" +val http4sV = "0.22.15" val circeV = "0.13.0" val doobieV = "0.9.4" val log4catsV = "1.1.1"