From d92b29f8cfb806617289812c98d9a6555589dcc2 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:06:01 +0000 Subject: [PATCH] Update munit to 1.0.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f3e98672..1e31ada7 100644 --- a/build.sbt +++ b/build.sbt @@ -15,9 +15,9 @@ val kindProjectorVersion = "0.13.3" val literallyVersion = "1.1.0" val logbackVersion = "1.5.6" val log4catsVersion = "2.7.0" -val munitVersion = "1.0.0-M11" +val munitVersion = "1.0.0" val munitCatsEffectVersion = "2.0.0-RC1" -val munitScalaCheckVersion = "1.0.0-M11" +val munitScalaCheckVersion = "1.0.0" val skunkVersion = "0.6.4" val shapeless2Version = "2.3.11" val shapeless3Version = "3.4.1"