From 927f291efa5774751fbc9e2da28b3ea02081cf9b 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:23:15 +0000 Subject: [PATCH] Update cats-effect to 3.7.0 --- build.sbt | 2 +- src/main/g8/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 5cb0f6e..ef3a281 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val phantomDependencies = project .settings( libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.13.0", - "org.typelevel" %%% "cats-effect" % "3.6.3", + "org.typelevel" %%% "cats-effect" % "3.7.0", "org.scalameta" %%% "munit" % "1.2.4" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test, "org.scala-lang" % "scala-library" % "2.13.18", diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index ecf893f..1fa0e51 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -26,7 +26,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) name := "$name;format="norm"$", libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.13.0", - "org.typelevel" %%% "cats-effect" % "3.6.3", + "org.typelevel" %%% "cats-effect" % "3.7.0", "org.scalameta" %%% "munit" % "1.2.4" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test )