From 21945c5fdb676d16e204790b9ca0bc0abfe38152 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Aug 2023 17:36:08 +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 504561e..1ddb8bc 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ val compilerOptions = Seq( ) val Versions = new { - val Cats = "2.7.0" + val Cats = "2.10.0" val CatsEffect = "3.3.14" }