From c045c7514062e6c8392e300c0b0efee73da6412b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:23:45 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel to 3.5.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 54b0d1b..4f3b9e0 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ ThisBuild / organization := "de.lhns" name := (core.projectRefs.head / name).value val V = new { - val catsEffect = "3.5.4" + val catsEffect = "3.5.6" val munit = "1.0.0" }