From 2772666edeb29aa5cff200cda39330d24746fc7c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Apr 2025 22:11:26 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5dec3fce..a66b5481 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local" val Versions = new { val catsCore = "2.8.0" - val catsEffect = "3.3.14" + val catsEffect = "3.6.1" val catsEffect2 = "2.5.5" val circe = "0.14.6" val jsoniter = "2.30.7"