From aec8e0c9afc6d58b34d787705d668653ef3a23ef Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Oct 2024 15:52:21 +0000 Subject: [PATCH] Update cats-effect to 3.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 71d4239..e35ce9f 100644 --- a/build.sbt +++ b/build.sbt @@ -52,7 +52,7 @@ lazy val resolversSettings = Resolver.sonatypeOssRepos("releases") val CatsCoreVersion = "2.9.0" -val CatsEffectVersion = "3.5.3" +val CatsEffectVersion = "3.5.5" val CirisVersion = "3.0.0" val Http4sVersion = "0.23.18" val MunitVersion = "0.7.29"