From eb4d65ac05d5da18b9f019520035954f630addbb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 15 Jul 2022 14:08:27 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.3.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5629c5bc..b090c06c 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ Global / (Test / testOptions) += Tests.Argument("--quickstart") val Version = new { object CE3 { val fs2 = "3.2.10" - val cats = "3.3.13" + val cats = "3.3.14" val zioInterop = "3.2.9.1" }