From d71d899ea4d81db0907bd3406afabbcb7e98abb7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Jul 2023 17:35:46 +0000 Subject: [PATCH] Upgrade http4s-core from 0.23.18 to 0.23.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a571540..2b85828 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val V = new { val cats = "2.9.0" val catsEffect = "3.4.11" val circe = "0.14.5" - val http4s = "0.23.18" + val http4s = "0.23.23" val munit = "1.0.0-M7" val munitCatsEffect = "2.0.0-M3" val scala = "3.3.0"