From 34ec7c577091829d3783392637d39fbe9b6d64a0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Nov 2022 22:32:04 +0000 Subject: [PATCH] Update cats-core to 2.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e1878d3c..e1040945 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val scala_213 = "2.13.8" val scala_3 = "3.2.0" val versionOf = new { - val cats = "2.8.0" + val cats = "2.9.0" val catsEffect = "3.3.14" val fs2 = "3.3.0" val kindProjector = "0.13.2"