From 69ee84c9ab604f9ba4348726e8203942afa8e33e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Mar 2022 14:47:32 +0100 Subject: [PATCH] Update cats-effect, cats-effect-kernel to 3.3.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6abce8b2d7..825bf69b3b 100644 --- a/build.sbt +++ b/build.sbt @@ -122,7 +122,7 @@ val playJsonVersion: Option[(Long, Long)] => String = { case Some((2, 11)) => "2.7.4" case _ => "2.9.2" } -val catsEffect_3_version = "3.3.6" +val catsEffect_3_version = "3.3.7" val fs2_3_version = "3.2.5" val catsEffect_2_version: Option[(Long, Long)] => String = {