From d1efec79c479ecd230223f31b27e1c9c2659eaaa Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:18:16 +0000 Subject: [PATCH] Update munit to 1.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4218a3e..6de6cd4 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ val versions = new { val http4s = "0.23.30" val logback = "1.2.13" val micrometer = "1.9.2" - val munit = "1.0.3" + val munit = "1.0.4" val catsEffectMunit = "2.0.0" }