From 63a51f63ca2a6debc2860b52742ae685db5bbf60 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 20:23:06 +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 edb04e44..383ee9ec 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.4" val fs2V = "3.9.4" val scodecV = "1.1.38"