From 0bb74d022df905d5f0b6dfa52b6c89ca9e822794 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:22:57 +0000 Subject: [PATCH] Update munit to 1.0.1 in series/1.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5d03927..068df7d 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.0" + val munit = "1.0.1" val catsEffectMunit = "2.0.0" }