From 421b06c06e4a7ad1685bccc66fbd87666e24f32d Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:09:15 +0000 Subject: [PATCH] Update munit to 1.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bfc40db..5be74e3 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val lucumaCoreVersion = "0.112.2" val lucumaUIVersion = "0.126.1" val lucumaReactVersion = "0.76.0" val aladinLiteVersion = "0.6.2" -val munitVersion = "1.0.3" +val munitVersion = "1.0.4" ThisBuild / tlBaseVersion := "0.33" ThisBuild / tlCiReleaseBranches := Seq("master")