From b80124bf534af1a47eac24b7b9e4f42196dc3fb2 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 16:47:53 +0000 Subject: [PATCH] Update cats-core to 2.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 09879b1..dbc18d5 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ ThisBuild / scalaVersion := Scala3 ThisBuild / testFrameworks += new TestFramework("munit.Framework") -val catsV = "2.9.0" +val catsV = "2.11.0" val catsEffectV = "3.5.0" val fs2V = "3.7.0" val http4sV = "0.23.18"