From 75603a67fa763d2fc83ee6c6713aee4fd0ede76e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 29 May 2024 20:55:48 +0000 Subject: [PATCH] Update cats-core, cats-free, cats-laws to 2.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f2939794..f5f4d861 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ val compilerOptions = Seq( "-Xfuture" ) -val catsVersion = "2.6.1" +val catsVersion = "2.12.0" val catsEffectVersion = "3.2.9" val fs2Version = "3.1.5"