From 709ad64f556c88c0009f95ec170596768c4209d1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Jan 2025 18:12:49 +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 fd77149..df34bfd 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"