From 991feeaa021a25e62bf5454f5afc27d5467d0f72 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:16:45 +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 a11f862..dfae9f3 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ ThisBuild / tlSonatypeUseLegacyHost := true ThisBuild / testFrameworks += new TestFramework("munit.Framework") -val catsV = "2.9.0" +val catsV = "2.11.0" val catsEffectV = "3.4.8" val scalaTestV = "3.2.9"