From f2ff7eca856a01a78f72de2e740bf9e62938c568 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Feb 2023 20:21:53 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.4.7 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 6732370e..b04496a9 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ val scala30Version = "3.2.2" val collectionCompatVersion = "2.9.0" val catsVersion = "2.9.0" -val catsEffectVersion = "3.4.6" +val catsEffectVersion = "3.4.7" val fs2Version = "3.6.1" // Publishing @@ -287,7 +287,7 @@ lazy val mtl = crossProject(JSPlatform, JVMPlatform, NativePlatform) "org.typelevel" %%% "cats-mtl" % "1.3.0", "org.typelevel" %%% "cats-mtl-laws" % "1.3.0" % Test, "org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test, - "org.typelevel" %%% "cats-effect-testkit" % "3.4.6" % Test + "org.typelevel" %%% "cats-effect-testkit" % "3.4.7" % Test ) ) .nativeSettings(