From f3bac2967364d6e4d9eda16e65831873d6d61dc0 Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 23:07:54 +0000 Subject: [PATCH] Update cats-effect to 3.3.14-2-0972521 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6a5bc3d..0412965 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ ThisBuild / githubWorkflowBuild ++= Seq( ) ) -val catsEffectVersion = "3.3.14-1-5d11fe9" +val catsEffectVersion = "3.3.14-2-0972521" val munitCEVersion = "2.0-5e03bfc" lazy val root = tlCrossRootProject.aggregate(core, tests, example)