From 6076ccf6ae363e2c7a86e6f057d89be29889976c Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:09:10 +0000 Subject: [PATCH] Update munit-scalacheck to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6522ec4c..d58de498 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val jwtVersion = "10.0.1" val log4catsVersion = "2.7.0" val lucumaCoreVersion = "0.114.0" val lucumaGraphQLRoutesVersion = "0.8.17" -val munitVersion = "1.0.0" +val munitVersion = "1.1.0" val natcchezHttp4sVersion = "0.6.1" val natchezVersion = "0.3.7" val postgresVersion = "42.7.5"