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