From e5744d09e2cb5e5c5db31936cf016c919e33f2fa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 May 2024 00:52:16 +0000 Subject: [PATCH] Update munit-cats-effect to 2.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 75303c97..a5053bbf 100644 --- a/build.sbt +++ b/build.sbt @@ -239,7 +239,7 @@ lazy val dependencySettings = Seq( Seq(compilerPlugin(("org.typelevel" %% "kind-projector" % "0.13.3").cross(CrossVersion.full))) }, libraryDependencies ++= Seq( - "org.typelevel" %%% "munit-cats-effect" % "2.0.0-RC1", + "org.typelevel" %%% "munit-cats-effect" % "2.0.0", "org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2", "org.typelevel" %%% "cats-effect-laws" % catsEffectVersion, "org.typelevel" %%% "cats-effect" % catsEffectVersion