From a9c1f0bf1522f208536c10b78a1d0fed9c80b7b3 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 16:25:01 +0000 Subject: [PATCH] Update cats-core to 2.11.0 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9affc0e5..643f6718 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.11.0" val catsEffectV = "3.5.3" val fs2V = "3.9.4" val scodecV = "1.1.38"