From 7cec4e0b5c6e261ff68ca40c5f3cd97b6aa3c9a3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jan 2024 23:17:56 +0000 Subject: [PATCH] Upgrade http4s-core from 0.23.24 to 0.23.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dc95f9c..a76d894 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val V = new { val cats = "2.10.0" val catsEffect = "3.5.2" val circe = "0.14.6" - val http4s = "0.23.24" + val http4s = "0.23.25" val munit = "1.0.0-M8" val munitCatsEffect = "2.0.0-M4" val scala = "3.3.1"