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", ),