From 7250e50ec8a7aeae069f4c56922e2a69d7dee3ad 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:39:04 +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 e270d73e..9a270eaa 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.tools.mima.core._ val catsVersion = "2.13.0" -val munitVersion = "1.3.3" +val munitVersion = "1.3.4" val munitDisciplineVersion = "2.0.0" val scalacheckVersion = "1.19.0" val algebraVersion = "2.13.0"