From ab3e0d1083c89c9e9702d851b6d60bc59265c841 Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:40:31 +0000 Subject: [PATCH] Update cats-core, cats-laws to 2.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1d70502..2f60ac3 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val catsVersion = "2.12.0" +val catsVersion = "2.13.0" val kittensVersion = "3.4.0"