From dadf9a5ec2426f101ce184b64a7c45f2ffefbed2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 9 Nov 2023 19:19:13 +0100 Subject: [PATCH] Update cats-effect to 3.5.2 (#1650) * Update cats-effect to 3.5.2 * Revert commit(s) 6b9eaefb * Update cats-effect to 3.5.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 92b87c102..813c8f8df 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.1" +lazy val catsEffectVersion = "3.5.2" lazy val fs2Version = "3.9.3" def compilerOptions(scalaVersion: String): Seq[String] = Seq(