From 0d9327f9ead17efdbfb8eff827676cef1f00a92a Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 08:10:10 +0000 Subject: [PATCH] Update munit to 1.2.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 37a6d033..21bd51b7 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ ThisBuild / tlBaseVersion := "3.5" ThisBuild / organization := "org.typelevel" val catsVersion = "2.13.0" -val munitVersion = "1.2.3" +val munitVersion = "1.2.4" val disciplineMunitVersion = "2.0.0" val kindProjectorVersion = "0.13.4" val shapeless2Version = "2.3.13"