From 945a05abf9e28ebf00f05b9ec88891e650a033c9 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:33:30 +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 19397d0..dca4b10 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ ThisBuild / scalaVersion := Scala213 ThisBuild / testFrameworks += new TestFramework("munit.Framework") -val catsV = "2.6.1" +val catsV = "2.11.0" val catsEffectV = "3.2.9" val fs2V = "3.1.5" val http4sV = "0.23.6"