From c3b935c943336f37a848bae32902f4fd761072e7 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 12:12:17 +0000 Subject: [PATCH] Update cats-effect-testkit to 3.5.2 in series/0.6.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cec47a3f..56b3afd2 100644 --- a/build.sbt +++ b/build.sbt @@ -175,7 +175,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform) "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3", "org.typelevel" %%% "cats-free" % "2.10.0", "org.typelevel" %%% "cats-laws" % "2.10.0", - "org.typelevel" %%% "cats-effect-testkit" % "3.5.1", + "org.typelevel" %%% "cats-effect-testkit" % "3.5.2", "org.typelevel" %%% "discipline-munit" % "2.0.0-M3", "org.typelevel" %%% "cats-time" % "0.5.1", ),