From 6a1d04261dbe1fcfb02ac1f6f66c0d6633290a49 Mon Sep 17 00:00:00 2001 From: RenkuBot <53332360+RenkuBot@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:57:11 +0200 Subject: [PATCH] chore: Update cats-core, cats-free from 2.10.0 to 2.12.0 (#1915) Co-authored-by: RenkuBot --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8dc2dfc1f..9c16a408f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,7 +5,7 @@ object Dependencies { object V { val ammonite = "2.4.1" - val catsCore = "2.10.0" + val catsCore = "2.12.0" val catsEffect = "3.5.4" val catsEffectScalaTest = "1.5.0" val catsEffectMunit = "2.0.0"