From 2a6b98fac56df20182605777f5868eaf609eeb1e Mon Sep 17 00:00:00 2001 From: ex0ns Date: Sat, 1 Feb 2025 23:27:53 +0100 Subject: [PATCH] Update cats-core, cats-free to 2.13.0 (#455) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index f82f034f..58c4df98 100644 --- a/build.sc +++ b/build.sc @@ -9,7 +9,7 @@ object library { object Version { val circe = "0.14.10" val circeGenericExtras = "0.14.4" - val cats = "2.12.0" + val cats = "2.13.0" val catsEffect = "2.5.5" val zio = "2.1.14" val catsEffect3 = "3.5.7"