From 20e9559dd47ecda2894e0ed1ce1c1ae617800057 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:39 +0000 Subject: [PATCH] Update munit to 1.1.0 in series/1.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 34bfe42..4df0e93 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ val versions = new { val log4cats = "2.7.0" 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" }