From 195e92dec68302a5b3114c24ee6a8f74eb380871 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 10 Jul 2022 00:04:31 +0000 Subject: [PATCH] Update cats-core to 2.8.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 63d2d92..0c3c34a 100644 --- a/build.sbt +++ b/build.sbt @@ -13,8 +13,8 @@ lazy val V = new { val ciris = "1.2.1" val refined = "0.9.17" val newtype = "0.4.4" - val cats = "2.2.0" - val catsEffect = "2.2.0" + val cats = "2.8.0" + val catsEffect = "2.8.0" val catsRetry = "1.1.1" val zio = "1.0.1" val zioLogging = "0.5.2"