From e42928b6ad75873de5285eaf5cbbdc71f7b4b15e Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 20:42:28 +0000 Subject: [PATCH] Update munit to 1.3.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 134e546..98dfc38 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.3" +val munitV = "1.3.4" val munitCatsEffectV = "2.2.0" val kindProjectorV = "0.13.4"