From 255e3613860333c38f8b25912b88b7587dbea5f7 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 00:21:35 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.5.7 in series/1.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3b5f3cf..a2d20b4 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ ThisBuild / tlVersionIntroduced := Map("3" -> "1.1.1") ThisBuild / tlCiReleaseBranches := Seq("series/1.x") ThisBuild / tlSonatypeUseLegacyHost := false -val CatsEffectVersion = "3.5.6" +val CatsEffectVersion = "3.5.7" val ScalaTestVersion = "3.2.18" lazy val root = tlCrossRootProject