From cd3f98ef538b800e3121dd355cf05c905ffbbfbe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 7 Jul 2022 21:32:06 +0000 Subject: [PATCH] Upgrade http4s-core from 0.23.12 to 0.23.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6ad507f..5036030 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val V = new { val cats = "2.8.0" val catsEffect = "3.3.12" val circe = "0.15.0-M1" - val http4s = "0.23.12" + val http4s = "0.23.13" val munit = "0.7.29" val munitCatsEffect = "1.0.7" val scala = "3.1.3"