From 940084ea48a8609e5665d1c5ec14359d973f7bb1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 May 2021 22:17:55 +0200 Subject: [PATCH] Update cats-effect to 2.5.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63d2d92..eac7a73 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ lazy val V = new { val refined = "0.9.17" val newtype = "0.4.4" val cats = "2.2.0" - val catsEffect = "2.2.0" + val catsEffect = "2.5.1" val catsRetry = "1.1.1" val zio = "1.0.1" val zioLogging = "0.5.2"