From 462eab329f6f0ef540f5fec0967b56b3452e97fb Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:26:02 +0100 Subject: [PATCH] Update cats-effect to 3.5.5 (#1733) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8602a957..e3f6f5fe 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ lazy val catsVersion = "2.12.0" lazy val argonautVersion = "6.3.11" lazy val iterateeVersion = "0.20.0" lazy val refinedVersion = "0.11.2" -lazy val catsEffectVersion = "3.5.4" +lazy val catsEffectVersion = "3.5.5" lazy val fs2Version = "3.11.0" def compilerOptions(scalaVersion: String): Seq[String] = Seq(