From 046fd8d04d94ffc982b2b63f1f28aabe5ee366ff Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:49:17 +0000 Subject: [PATCH] Update cats-core to 2.12.0 in series/0.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3ba72a54..53b16e50 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ ThisBuild / mergifyStewardConfig := Some( ThisBuild / mergifyRequiredJobs += "site" ThisBuild / mergifyLabelPaths += "docs" -> file("docs") -val catsV = "2.10.0" +val catsV = "2.12.0" val catsEffectV = "3.5.5" val fs2V = "3.9.4" val scodecV = "1.1.38"