From f1e930f88136ceade7722c568cde13a8effcb54d Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 00:23:00 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.6.1 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index ad5372d..80742ce 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.1", + "org.typelevel" %% "cats-effect-kernel" % "3.6.1", + "org.typelevel" %% "cats-effect-std" % "3.6.1", "org.typelevel" %% "cats-effect-testing-specs2" % "1.6.0" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test ),