From 46cee63588c3878e52f4b66511a72ed9a734cbd3 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 04:25:32 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.6.3 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index ad5372d..09584f6 100644 --- a/build.sbt +++ b/build.sbt @@ -13,9 +13,9 @@ lazy val root = (project in file(".")) scriptedLaunchOpts ++= List("-Xms1024m", "-Xmx1024m", "-XX:ReservedCodeCacheSize=128m", "-Xss2m", "-Dfile.encoding=UTF-8"), // These are duplicated here for Scala Steward libraryDependencies ++= Seq( - "org.typelevel" %% "cats-effect" % "3.5.7", - "org.typelevel" %% "cats-effect-kernel" % "3.5.7", - "org.typelevel" %% "cats-effect-std" % "3.5.7", + "org.typelevel" %% "cats-effect" % "3.6.3", + "org.typelevel" %% "cats-effect-kernel" % "3.6.3", + "org.typelevel" %% "cats-effect-std" % "3.6.3", "org.typelevel" %% "cats-effect-testing-specs2" % "1.6.0" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test ),