From 101086361d43b8a456a86251b13492daafad8c4f 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:37:10 +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 4dd606f..7cb50d2 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ ThisBuild / scalaVersion := Scala213 ThisBuild / testFrameworks += new TestFramework("munit.Framework") -val catsV = "2.7.0" +val catsV = "2.11.0" val catsEffectV = "3.3.3" val munitCatsEffectV = "1.0.7"