From 2552bdbe05d1960b0b3b6ba442133c0b23bae54f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Jan 2025 18:13:21 +0000 Subject: [PATCH] Update cats-core to 2.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 183548d..44505c8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val CatsVersion = "2.12.0" +val CatsVersion = "2.13.0" val WeaverCatsVersion = "0.8.4" ThisBuild / organization := "com.melvinlow"