From 4fdd3d73a9b1c7c5cf12b6bc7ee27ede5341ba7f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:09:24 +0000 Subject: [PATCH] Update munit to 1.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f7f763e4..4837f137 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ ThisBuild / tlBaseVersion := "3.4" ThisBuild / organization := "org.typelevel" val catsVersion = "2.12.0" -val munitVersion = "1.0.1" +val munitVersion = "1.0.2" val disciplineMunitVersion = "2.0.0" val kindProjectorVersion = "0.13.3" val shapeless2Version = "2.3.12"