From aa2d1fe57a2d4e914ac6ee879e98f0ae5a7b4f38 Mon Sep 17 00:00:00 2001 From: ex0ns Date: Mon, 3 Jun 2024 16:06:47 +0200 Subject: [PATCH] Update cats-core, cats-free to 2.12.0 (#401) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index aacc22dd..4364efad 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.1"