From c34433196034e5e2ba181ec06f08a2f86a1fe95e Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 00:17:04 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.5.3 in series/1.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1edf058..57657b9 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.2" +val CatsEffectVersion = "3.5.3" val ScalaTestVersion = "3.2.17" lazy val root = tlCrossRootProject