From 33f9922f35f3f68d7caf52e8efb8c2f5bd6a7cbf Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 06:08:08 +0000 Subject: [PATCH] Update cats-effect to 3.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ad8627e..fed84bb 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ ThisBuild / githubWorkflowBuild ++= Seq( ) ) -val catsEffectVersion = "3.4.11" +val catsEffectVersion = "3.5.0" val munitCEVersion = "2.0.0-M3" lazy val root = tlCrossRootProject.aggregate(core, tests, example)