From c1615238119ddb40a6a8d582d130279f7b8de8e0 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 08:12:12 -0500 Subject: [PATCH] Update cats-effect to 3.4.8 (#691) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 00c3f9c2..96c2fafe 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val sparkVersion = "3.3.1" val spark32Version = "3.2.3" val spark31Version = "3.1.3" val catsCoreVersion = "2.9.0" -val catsEffectVersion = "3.4.5" +val catsEffectVersion = "3.4.8" val catsMtlVersion = "1.3.0" val scalatest = "3.2.15" val scalatestplus = "3.1.0.0-RC2"