From 7762f448bcac8156142fcb75f75981f2a5c5fb8b Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:14:58 +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 671a734c..c27fa4f7 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val jwtVersion = "10.0.1" val log4catsVersion = "2.7.0" val lucumaCoreVersion = "0.109.0" val lucumaGraphQLRoutesVersion = "0.8.15" -val munitVersion = "1.0.0" +val munitVersion = "1.0.3" val natcchezHttp4sVersion = "0.6.0" val natchezVersion = "0.3.7" val postgresVersion = "42.7.4"