From 3ef4a60148da441ec82ca1ec83749cd4812af5d2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 10 Nov 2024 02:37:41 +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 51a66d9..8d0647f 100644 --- a/build.sbt +++ b/build.sbt @@ -64,7 +64,7 @@ lazy val cats = projectMatrix name := "avocADO-cats", libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.10.0", - "org.typelevel" %%% "cats-effect" % "3.5.4" % Test + "org.typelevel" %%% "cats-effect" % "3.5.5" % Test ) ) .dependsOn(avocado)