From 06c3919ce985b3495d5f986864d299ead9b0a786 Mon Sep 17 00:00:00 2001
From: "horothesun-scala-steward[bot]"
 <132169906+horothesun-scala-steward[bot]@users.noreply.github.com>
Date: Fri, 13 Sep 2024 22:42:35 +0000
Subject: [PATCH] Update munit to 1.0.2 (#32)

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 63d1f0c..7cf9031 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.1"
+val munitVersion = "1.0.2"
 
 val munitScalacheckVersion = "1.0.0"