From d7603a9cf38591cc06614df29c9ec77b1d933200 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:24:59 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 848f9ad..8e6d16f 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ ThisBuild / crossScalaVersions := Seq(scala212, scala213, "3.3.3") ThisBuild / scalaVersion := scala213 // the default Scala val Version = new { - val catsEffect = "3.5.4" + val catsEffect = "3.5.5" val catsLaws = "2.9.0" val discipline = "1.5.1" val fs2 = "3.10.2"