From 82bf2eb78c9b2b11c7014865bcef26d1eb68774b Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 08:10:34 +0000 Subject: [PATCH] Update cats-core to 2.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bba29f05..52f3b27e 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val scala30Version = "3.3.0" val collectionCompatVersion = "2.11.0" -val catsVersion = "2.9.0" +val catsVersion = "2.10.0" val catsEffectVersion = "3.5.1" val fs2Version = "3.6.1"