From ac7d71c98ce4fc93f3bbf7433d65865a52ef7a32 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 16:05:52 +0000 Subject: [PATCH] Update munit-scalacheck to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f7d95624..00e55176 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ val circeVersion = "0.14.7" val fs2Version = "3.10.2" val http4sVersion = "0.23.27" val natchezVersion = "0.3.5" -val munitVersion = "0.7.29" +val munitVersion = "1.0.0" val munitCEVersion = "1.0.7" val scalacheckEffectVersion = "1.0.4"