From f8b638907262b136bd004899d87733a38209440c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Jun 2024 06:05:22 +0000 Subject: [PATCH] Update cats-core, cats-free to 2.12.0 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index ad308525..3401094d 100644 --- a/build.sc +++ b/build.sc @@ -9,7 +9,7 @@ object library { object Version { val circe = "0.14.7" val circeGenericExtras = "0.14.3" - val cats = "2.10.0" + val cats = "2.12.0" val catsEffect = "2.5.5" val catsEffect3 = "3.5.4" val zio = "2.1.0"