From 8516758ca2f0b445efb2a843b207f8eff291f4fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 00:21:16 +0000 Subject: [PATCH] Update munit to 1.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 54b0d1b..27e3df2 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.1" } lazy val commonSettings: SettingsDefinition = Def.settings(