From 7460dc50a7cd1937dba0a794194badaa12856465 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 00:44:24 +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 a4736cd..f4f7236 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ ThisBuild / startYear := Some(2024) val Scala213Cond = s"matrix.scala == '$Scala213'" -val catsV = "2.12.0" +val catsV = "2.13.0" val catsEffectV = "3.5.7" val fs2V = "3.6.1" val http4sV = "0.23.30"