From ba63b90c06b38cbcf0b53fa0c42eeca9775a4302 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:13:21 +0000 Subject: [PATCH] Update munit to 1.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2aeb45e..905f1c4 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ val versions = new { val http4s = "0.23.29" val logback = "1.2.13" val micrometer = "1.9.2" - val munit = "1.0.2" + val munit = "1.0.3" val catsEffectMunit = "2.0.0" }