From 20d11eca6bb28bbc520b3f3814232f5d321fad94 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 20:06:46 +0000 Subject: [PATCH] Update cats-effect to 3.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index de77f4d36..e12748f97 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val sparkVersion = "3.5.5" val spark34Version = "3.4.4" val spark33Version = "3.3.4" val catsCoreVersion = "2.12.0" -val catsEffectVersion = "3.5.7" +val catsEffectVersion = "3.6.0" val catsMtlVersion = "1.5.0" val scalatest = "3.2.19" val scalatestplus = "3.1.0.0-RC2"