From 4e776a7a4ee73301fdf14dee483b8b36b786005f Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 23 May 2022 10:11:23 +0200 Subject: [PATCH] Update cats-effect to 2.5.5 (#523) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f4358f8e..5b0b0b51 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ val Version = new { object CE2 { val fs2 = "2.5.9" - val cats = "2.5.4" + val cats = "2.5.5" val zioInterop = "2.5.1.0" }