From bc99b3e57dca28cf749b849a6128aeedd4c18837 Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:10:45 +0000 Subject: [PATCH] Update munit to 1.0.3 (#2) Co-authored-by: horothesun-scala-steward[bot] <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8ee5840..0d3664a 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"