From 1afd361cd4c36b0bd459995dee5eefda3f8526a3 Mon Sep 17 00:00:00 2001 From: "TonioGela's Scala Steward[bot]" <135588411+toniogela-s-scala-steward[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 00:10:35 +0000 Subject: [PATCH] Update cats-effect to 3.5.3 --- build.sbt | 2 +- src/main/g8/project/Dependencies.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4b8ff43..a14da33 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val root = (project in file(".")).enablePlugins(ScriptedPlugin).settings( // These are here for scala-steward scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0", libraryDependencies ++= Seq( - "org.typelevel" %% "cats-effect" % "3.5.2", + "org.typelevel" %% "cats-effect" % "3.5.3", "co.fs2" %% "fs2-core" % "3.9.3", "com.monovore" %% "decline-effect" % "2.4.1", "is.cir" %% "ciris" % "3.4.0", diff --git a/src/main/g8/project/Dependencies.scala b/src/main/g8/project/Dependencies.scala index d128bd6..1fd4ea5 100644 --- a/src/main/g8/project/Dependencies.scala +++ b/src/main/g8/project/Dependencies.scala @@ -4,7 +4,7 @@ import sbt.Keys._ object Dependencies { val coreDependencies: Seq[ModuleID] = Seq( - "org.typelevel" %% "cats-effect" % "3.5.2", + "org.typelevel" %% "cats-effect" % "3.5.3", "com.monovore" %% "decline-effect" % "2.4.1", "is.cir" %% "ciris" % "3.4.0", $if(add_fs2.truthy) $ "co.fs2" %% "fs2-core" % "3.9.3" $endif$