From 668e815cc54024e9d8cad66b8a44b74e3b1c36e0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 16 Jan 2024 17:50:15 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.5.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9dafcb5..da1dd8b 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ lazy val Versions = new { val cats = new { val core = "2.10.0" - val effect = "3.5.2" + val effect = "3.5.3" } val circe = "0.14.6"