From d56d9229a6a1dd45a5426b5c7153333f658895c1 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 00:20:00 +0000 Subject: [PATCH] Update cats-effect to 3.5.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 271e7be..e39f727 100644 --- a/build.sbt +++ b/build.sbt @@ -29,6 +29,6 @@ lazy val munit = crossProject(JSPlatform, JVMPlatform, NativePlatform) .settings( libraryDependencies ++= List( "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M7", - "org.typelevel" %%% "cats-effect" % "3.5.0" % Test + "org.typelevel" %%% "cats-effect" % "3.5.2" % Test ) )