From 0070975cf4fd2328d15c0f4d3f8de2fa9be3b68b Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:43:28 +0000 Subject: [PATCH] Update munit to 1.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5faf20d..dd9b604 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val fs2Version = "3.11.0" val drosteVersion = "0.9.0" -val munitVersion = "1.0.2" +val munitVersion = "1.0.3" val munitScalacheckVersion = "1.0.0"