From c12c11a6ae32ea68cfb22c0a3ffc81de95cda3f1 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sun, 25 Jun 2023 00:15:18 +0000 Subject: [PATCH] Update cats-effect to 3.5.1 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 8e16cd2711..b765b559cc 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -3,7 +3,7 @@ object Versions { val http4sBlazeServer = "0.23.15" val http4sBlazeClient = "0.23.15" val catsCore = "2.9.0" - val catsEffect = "3.5.0" + val catsEffect = "3.5.1" val circe = "0.14.3" val circeGenericExtras = "0.14.3" val circeYaml = "0.14.2"