From 85492e1731201c4db7fe482e4ab34a12559fb5ea Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 16 Jan 2024 02:00:41 +0000 Subject: [PATCH] Update cats-effect to 3.5.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e7b292c2..3d2172c9 100644 --- a/build.sbt +++ b/build.sbt @@ -117,7 +117,7 @@ lazy val catsEffect = crossProject(JVMPlatform) .settings(moduleName := "eff-cats-effect") .dependsOn(future, option % Test) .settings( - libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.5.2", + libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.5.3", ) .jvmSettings(commonJvmSettings) .settings(effSettings)