From 3642380d5f323286666dd15ade662be4882e535a Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 13:41:54 +0000 Subject: [PATCH] Update munit to 1.3.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4d6d6d4..3ae6db8 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" -val munitV = "1.3.1" +val munitV = "1.3.2" val munitCatsEffectV = "2.2.0" val kindProjectorV = "0.13.4"