From 08a51df2600691eebef7fb120edd70919fed0e54 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 00:15:20 +0000 Subject: [PATCH] Update cats-core, cats-testkit to 2.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 874f72c5..6e1b533c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import NativePackagerHelper._ val boopickleVersion = "1.5.0" -val catsVersion = "2.12.0" +val catsVersion = "2.13.0" val catsEffectVersion = "3.5.7" val catsTestkitScalaTestVersion = "2.1.5" val catsTimeVersion = "0.3.4"