From e83b5ffcb9220779b5cc55643c6030772c345764 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 May 2024 07:34:33 +0000 Subject: [PATCH] Update munit-cats-effect from 2.0.0-M5 to 2.0.0-RC1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b50172982..95a6529af 100644 --- a/build.sbt +++ b/build.sbt @@ -108,7 +108,7 @@ lazy val connector = crossProject(JVMPlatform, JSPlatform, NativePlatform) "org.scodec" %%% "scodec-cats" % "1.2.0", "org.typelevel" %%% "otel4s-core-trace" % "0.7.0", "org.typelevel" %%% "twiddles-core" % "0.8.0", - "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5" % Test + "org.typelevel" %%% "munit-cats-effect" % "2.0.0-RC1" % Test ) ) .platformsSettings(JSPlatform, NativePlatform)(