From 6a2f1bd6c5b0f8951c79e9a314c61e3f3de681f7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 29 May 2024 16:22:19 +0000 Subject: [PATCH] Upgrade http4s-core from 0.23.26 to 0.23.27 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e75380d..b02ee8d 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val V = new { val cats = "2.10.0" val catsEffect = "3.5.4" val circe = "0.14.7" - val http4s = "0.23.26" + val http4s = "0.23.27" val munit = "1.0.0-M11" val munitCatsEffect = "2.0.0-M5" val scala = "3.3.3"