From 553c88e4636b21507e49c60b3ce6c38186ceb255 Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 22:41:35 +0000 Subject: [PATCH] Update munit to 1.1.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 58d0087..49a7ff7 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val fs2Version = "3.12.2" val drosteVersion = "0.10.0" -val munitVersion = "1.1.1" +val munitVersion = "1.1.2" val munitScalacheckVersion = "1.2.0"