From a4248247af3c7eb6c6e63c42bc32b3ce29d5dd96 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 23 Jul 2025 19:04:41 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.6.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 0ee1f50..1943bb4 100644 --- a/build.sbt +++ b/build.sbt @@ -41,8 +41,8 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) scalafmtOnCompile := true, libraryDependencies ++= List( "org.typelevel" %%% "cats-core" % "2.11.0", - "org.typelevel" %%% "cats-effect" % "3.6.1", - "org.typelevel" %%% "cats-effect-testkit" % "3.6.1" % Test, + "org.typelevel" %%% "cats-effect" % "3.6.3", + "org.typelevel" %%% "cats-effect-testkit" % "3.6.3" % Test, "co.fs2" %%% "fs2-core" % "3.12.0", "org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test, "org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test