From 2d13a0c8bda0ab65ab351b265b8d5cf205ad3ec1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 Jan 2025 01:59:44 +0000 Subject: [PATCH] Update cats-core to 2.13.0 in staging --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6a58943e..49a65e1e 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ ThisBuild / wartremoverErrors ++= Warts.allBut( // ----- TOOL VERSIONS ----- // -val catsVersion = "2.10.0" +val catsVersion = "2.13.0" val dataScalaxyReaderTextVersion = "2.0.0" val dataScalaxyReaderExcelVersion = "1.0.0" val dataScalaxyTestUtilVersion = "1.0.0"