From 28670663d2f0b4beadb78dc67a7830581f1365cd Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 11:16:38 +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 d621d53..a5e2d1a 100644 --- a/build.sbt +++ b/build.sbt @@ -81,7 +81,7 @@ ThisBuild / Test / jsEnv := { val catsVersion = "2.13.0" val catsEffectVersion = "3.7.0" val scodecBitsVersion = "1.2.4" -val munitVersion = "1.2.4" +val munitVersion = "1.3.3" val munitCEVersion = "2.2.0" val disciplineMUnitVersion = "2.0.0"