From bd8d0ef036f9dcc50be05c824e6d149c76baeeba Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:14:20 +0000 Subject: [PATCH] Update cats-effect to 3.4.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4b687028..00c3f9c2 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.4" +val catsEffectVersion = "3.4.5" val catsMtlVersion = "1.3.0" val scalatest = "3.2.15" val scalatestplus = "3.1.0.0-RC2"