From fe121248d49657370156f1873706159f96a61b4c Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 04:06:23 +0000 Subject: [PATCH] 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 2c382f21..86cba6bb 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val spark34Version = "3.4.1" val spark33Version = "3.3.3" val spark32Version = "3.2.4" val catsCoreVersion = "2.10.0" -val catsEffectVersion = "3.5.1" +val catsEffectVersion = "3.5.2" val catsMtlVersion = "1.4.0" val scalatest = "3.2.17" val scalatestplus = "3.1.0.0-RC2"