From 0cd681e9af0e05311942171c37506ff817270f1c Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:23:15 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a91b2fdb..79b47e5f 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("8"), JavaSpec.te ThisBuild / tlVersionIntroduced := Map("3" -> "2.1.1") val catsV = "2.11.0" -val catsEffectV = "3.5.4" +val catsEffectV = "3.5.5" val slf4jV = "1.7.36" val munitCatsEffectV = "2.0.0" val logbackClassicV = "1.2.13"