From 410ea7664766fcb1b3c40162cafb2fc82a7ee633 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 16 Jan 2024 17:36:33 +0100 Subject: [PATCH] Update cats-effect to 3.5.3 (#1667) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 813c8f8df..26b837c5c 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ lazy val catsVersion = "2.10.0" lazy val argonautVersion = "6.3.9" lazy val iterateeVersion = "0.20.0" lazy val refinedVersion = "0.11.0" -lazy val catsEffectVersion = "3.5.2" +lazy val catsEffectVersion = "3.5.3" lazy val fs2Version = "3.9.3" def compilerOptions(scalaVersion: String): Seq[String] = Seq(