From 3b101c5d19dbbb217a9fcd01ceb397a78a4a5bd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:29:32 +0000 Subject: [PATCH] Update munit to 1.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 54b0d1b..303bc48 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ name := (core.projectRefs.head / name).value val V = new { val catsEffect = "3.5.4" - val munit = "1.0.0" + val munit = "1.0.3" } lazy val commonSettings: SettingsDefinition = Def.settings(