From 6a788143cbe0874ca12f930d235717bbc890e884 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:12:19 +0000 Subject: [PATCH] Update munit to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f2c5896..6d53b4f 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val Versions = new { // sbt doesn't like object definitions in build.sbt val kittens = "3.4.0" val lucumaCore = "0.113.0" val lucumaODBSchema = "0.18.1" - val munit = "1.0.4" + val munit = "1.1.0" val munitCatsEffect = "2.0.0" }