From 44397d71f1372d4359bae46344cd56924cc9af38 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 11:32:58 +0000 Subject: [PATCH] Update munit-cats-effect to 2.0.0-RC1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 05406ea..99d4097 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) // "io.chrisdavenport" %% "log4cats-core" % log4catsV, // "io.chrisdavenport" %% "log4cats-slf4j" % log4catsV, // "io.chrisdavenport" %% "log4cats-testing" % log4catsV % Test, - "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test, + "org.typelevel" %%% "munit-cats-effect" % "2.0.0-RC1" % Test, // "com.dimafeng" %% "testcontainers-scala" % "0.38.8" % Test ) ).jsSettings(