From 20cce4d6fc8154d436f9d4c85a478ce2515a541a Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 16:17:18 +0000 Subject: [PATCH] Update munit to 1.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d0f2de9..2eb8f5a 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ ThisBuild / developers := List( val JawnVersion = "1.6.0" val Fs2Version = "3.13.0" -val MunitVersion = "1.2.4" +val MunitVersion = "1.3.0" val MunitCatsEffectVersion = "2.2.0" lazy val root = tlCrossRootProject.aggregate(`jawn-fs2`)