From 4e8f71916a73e8f33189e5ceca3ff2564d019131 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 20:13:06 +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 c40dba6c3..a1f9d5c28 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ val lucumaItcVersion = "0.22.7" val lucumaCoreVersion = "0.108.0" val lucumaGraphQLRoutesVersion = "0.8.15" val lucumaSsoVersion = "0.6.28" -val munitVersion = "0.7.29" // check test output if you attempt to update this +val munitVersion = "1.0.2" // check test output if you attempt to update this val munitCatsEffectVersion = "1.0.7" // check test output if you attempt to update this val munitDisciplineVersion = "1.0.9" // check test output if you attempt to update this val natchezHttp4sVersion = "0.6.0"