From 10261882dc433e1f83945e261f7249b40d8d7738 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 00:26:28 +0000 Subject: [PATCH] Update cats-effect to 3.5.7 --- 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 1ae553a..b324b8b 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val phantomDependencies = project .settings( libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.12.0", - "org.typelevel" %%% "cats-effect" % "3.5.6", + "org.typelevel" %%% "cats-effect" % "3.5.7", "org.scalameta" %%% "munit" % "1.0.2" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test, "org.scala-lang" % "scala-library" % "2.13.15", diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index d7bb7ab..e2aa844 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -29,7 +29,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) name := "$name;format="norm"$", libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.12.0", - "org.typelevel" %%% "cats-effect" % "3.5.6", + "org.typelevel" %%% "cats-effect" % "3.5.7", "org.scalameta" %%% "munit" % "1.0.2" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test )