From abb913c31f315d3913430843f6415a66f7745bea Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 21 May 2022 10:55:00 +0200 Subject: [PATCH] Update cats-effect to 3.3.12 (#524) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d9ebe59d..f4358f8e 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.1.6" - val cats = "3.3.11" + val cats = "3.3.12" val zioInterop = "3.2.9.1" }