From f2b822effcf5400655d6f9504093136f0e1394dc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 16 Jan 2024 13:08:14 +0000 Subject: [PATCH] Update cats-effect, cats-effect-laws, ... to 3.5.3 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index fad1f2ff1a..8b0c0d64ff 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -10,7 +10,7 @@ object V { val scalatest = "3.2.17" val cats = "2.8.0" - val cats_effect = "3.5.2" + val cats_effect = "3.5.3" val discipline = "1.5.1" val discipline_scalatest = "2.2.0"