From d69f419bffccddaba4e1c646f92b2eabdda57baa Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 22:42:29 +0000 Subject: [PATCH] Update munit to 1.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 100e3a8..d1825de 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val fs2Version = "3.12.2" val drosteVersion = "0.10.0" -val munitVersion = "1.2.0" +val munitVersion = "1.2.1" val munitScalacheckVersion = "1.2.0"