From 1cda9788075f37983a02f26207341dfff79aebca Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:59:43 +0000 Subject: [PATCH] Update cats-effect to 3.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f9cb6995..f620de8d 100644 --- a/build.sbt +++ b/build.sbt @@ -126,7 +126,7 @@ lazy val catsEffect = crossProject(JVMPlatform) .settings(moduleName := "eff-cats-effect") .dependsOn(future, option % Test) .settings( - libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.5.4", + libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.5.5", ) .jvmSettings(commonJvmSettings) .settings(effSettings)