From 7f742f22d3528e15659ee8d99996a01a86982148 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:20:27 +0000 Subject: [PATCH] Update cats-core to 2.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c72c8bc..b49d6df 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ ThisBuild / headerCheckAll := Nil // temporarily disable dependency submissions in CI ThisBuild / tlCiDependencyGraphJob := false -val catsV = "2.11.0" +val catsV = "2.12.0" val catsEffectV = "3.5.7" val fs2V = "3.9.2" val http4sV = "0.23.30"