From 26207b67ff63fed1824937ba7512990da5cd49f3 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 20:24:42 +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 cfe60a5..ad6f4e1 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val root = project.in(file(".")).aggregate(playJson).enablePlugins(NoPublis val http4sVersion = "0.23.27" val playJsonVersion = "3.0.3" -val munitVersion = "1.0.0-M11" +val munitVersion = "1.0.0" val munitCatsEffectVersion = "2.0.0" lazy val playJson = project