From 5ab3fcaf13af350c298fa9e627e9e9c1331fdbe3 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 00:33:07 +0000 Subject: [PATCH] Update munit to 1.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4ce8c3c..64d4808 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ lazy val docs = project val catsV = "2.13.0" val catsEffectV = "3.7.0-RC1" -val munitV = "1.1.1" +val munitV = "1.2.0" val munitCatsEffectV = "2.2.0-RC1" val kindProjectorV = "0.13.3"