From 8017a666da77463739f1fe118a5f2f7e1a026825 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 00:24:02 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.5.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 27b318ad..1966d20b 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ val scala30Version = "3.2.2" val collectionCompatVersion = "2.10.0" val catsVersion = "2.9.0" -val catsEffectVersion = "3.4.11" +val catsEffectVersion = "3.5.1" val fs2Version = "3.6.1" // Publishing @@ -287,7 +287,7 @@ lazy val mtl = crossProject(JSPlatform, JVMPlatform, NativePlatform) "org.typelevel" %%% "cats-mtl" % "1.3.1", "org.typelevel" %%% "cats-mtl-laws" % "1.3.1" % Test, "org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test, - "org.typelevel" %%% "cats-effect-testkit" % "3.4.11" % Test + "org.typelevel" %%% "cats-effect-testkit" % "3.5.1" % Test ) ) .nativeSettings(