From 4983c639f650cf7258a4516fab62d67d1750665c Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 28 Sep 2023 00:25:06 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.5.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a0b19b6333..a7928c5f9d 100644 --- a/build.sbt +++ b/build.sbt @@ -127,7 +127,7 @@ val playJsonVersion: Option[(Long, Long)] => String = { case Some((2, 11)) => "2.7.4" case _ => "2.9.2" } -val catsEffect_3_version = "3.5.1" +val catsEffect_3_version = "3.5.2" val fs2_3_version = "3.9.2" val catsEffect_2_version: Option[(Long, Long)] => String = {