From 62cc0e449bb5d864e14f438443b34e7a16fdd56e Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 17:20:04 +0000 Subject: [PATCH] Update cats-effect to 3.3.14-6-d8a0441 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dc04e02..d07e753 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ ThisBuild / githubWorkflowBuild ++= Seq( ) ) -val catsEffectVersion = "3.3.14-5-4591364" +val catsEffectVersion = "3.3.14-6-d8a0441" val munitCEVersion = "2.0-5e03bfc" lazy val root = tlCrossRootProject.aggregate(core, tests, example)