From dfaf15bb20e17e0d964fafccbefe5de0b0d75f31 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 6 Apr 2022 03:51:01 +0200 Subject: [PATCH] Update cats-effect to 3.3.11 (#625) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dab309a3..5e925fda 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val sparkVersion = "3.2.1" val spark31Version = "3.1.3" val spark30Version = "3.0.3" val catsCoreVersion = "2.7.0" -val catsEffectVersion = "3.3.10" +val catsEffectVersion = "3.3.11" val catsMtlVersion = "1.2.1" val scalatest = "3.2.11" val scalatestplus = "3.1.0.0-RC2"