From 01fc7c8a0afc355ffa5cab2e26c34ebd3ea9710d Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:10:35 +0000 Subject: [PATCH] Update munit to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2dd1cc7..3f3f732 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.4" + val munit = "1.1.0" val catsEffectMunit = "2.0.0" }