From 175b6b80bd7f915c9b7b83d4991a6ccdb9176753 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 Jan 2025 06:04:04 +0000 Subject: [PATCH] Update cats-core, cats-free to 2.13.0 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index a652c67b..c34dd5d1 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 catsEffect3 = "3.5.5" val zio = "2.1.11"