From a90d4252c3395d7f11624ea927e229f03c661c8c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 Nov 2024 18:20:54 +0000 Subject: [PATCH] Update cats-effect-laws to 3.5.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5dec3fce..17f5e5b4 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local" val Versions = new { val catsCore = "2.8.0" val catsEffect = "3.3.14" - val catsEffect2 = "2.5.5" + val catsEffect2 = "3.5.6" val circe = "0.14.6" val jsoniter = "2.30.7" val monix = "3.4.1"