From 029767df13eaa3dbb7e62794d7e27b5f7f828cec Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 20:08:34 +0000 Subject: [PATCH] Update cats-effect to 3.4.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a6be730d..567333bb 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val sparkVersion = "3.3.2" val spark32Version = "3.2.3" val spark31Version = "3.1.3" val catsCoreVersion = "2.9.0" -val catsEffectVersion = "3.4.8" +val catsEffectVersion = "3.4.10" val catsMtlVersion = "1.3.0" val scalatest = "3.2.15" val scalatestplus = "3.1.0.0-RC2"