From e496ed98c190ee5878a50f44e61f42e3d0e15408 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Aug 2023 21:39:48 +0000 Subject: [PATCH] Update cats-core, cats-free, cats-laws to 2.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f2939794..3a768df6 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ val compilerOptions = Seq( "-Xfuture" ) -val catsVersion = "2.6.1" +val catsVersion = "2.10.0" val catsEffectVersion = "3.2.9" val fs2Version = "3.1.5"