From f15a26c240ef1781d04f09c44104af18fbf65a29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 01:08:47 +0000 Subject: [PATCH] Update munit to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 95a4d87..6bf8bfa 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ name := (core.projectRefs.head / name).value val V = new { val catsEffect = "3.5.2" - val munit = "0.7.29" + val munit = "1.0.0" } lazy val commonSettings: SettingsDefinition = Def.settings(