From e680855327866ac9da808e82cc59f37875ee15d6 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 08:15:49 +0000 Subject: [PATCH] Update munit to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e42deef..22b73aa 100644 --- a/build.sbt +++ b/build.sbt @@ -140,7 +140,7 @@ val http4sV = "0.23.6" //https://github.com/http4s/http4s/releases val doobieV = "1.0.0-RC1" //https://github.com/tpolecat/doobie/releases val scalaJavaTimeV = "2.3.0" // https://github.com/cquiroz/scala-java-time/releases val testcontainersV = "0.39.8" -val munitV = "0.7.29" +val munitV = "1.0.0" val munitCE3V = "1.0.6" val disciplineMunit = "1.0.9"