From 4888245680c1870510d43ee5d13482117858623b 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:21:33 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.5.5 in series/1.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f262cec..eeaf43d 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.4" +val CatsEffectVersion = "3.5.5" val ScalaTestVersion = "3.2.18" lazy val root = tlCrossRootProject