From b919b8251a23a3a379fd3972523e96171aa9b335 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 00:20:16 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.7.0 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index ad5372d..11b3926 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.7.0", + "org.typelevel" %% "cats-effect-kernel" % "3.7.0", + "org.typelevel" %% "cats-effect-std" % "3.7.0", "org.typelevel" %% "cats-effect-testing-specs2" % "1.6.0" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test ),