From 52abbef57ee6cc499b33824a1f4e9aec0a989175 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:19:04 +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 1432422f4..8da283c64 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ val lucumaItcVersion = "0.24.2" val lucumaCoreVersion = "0.111.0" val lucumaGraphQLRoutesVersion = "0.8.15" val lucumaSsoVersion = "0.7.1" -val munitVersion = "0.7.29" // check test output if you attempt to update this +val munitVersion = "1.0.3" // 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"