From 33f8304e9926dd84de1fbfdfe28a2904c55976e9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Jan 2025 14:24:41 +0000 Subject: [PATCH] Update munit to 1.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2cb8cfc..dbdb9ba 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ ThisBuild / tlMimaPreviousVersions ++= Set( val Versions = new { val circe = "0.14.10" val config = "1.4.3" - val munit = "1.0.3" + val munit = "1.0.4" val disciplineMunit = "2.0.0" val munitCatsEffect = "2.0.0" }