From b1be13dc34c2d3941285a7fb85cafdb32ccc4855 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 13:12:58 +0000 Subject: [PATCH] Update munit to 1.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4b39f4a..7eb0463 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.1" val munitCatsEffectV = "2.2.0-RC1" val kindProjectorV = "0.13.4"