From 4580478da6fd030421dcee13f5cc039cc893212d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 7 Sep 2020 22:54:20 +0200 Subject: [PATCH] Update cats-effect to 2.2.0 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 86bfb97471..1228e9556d 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -1,6 +1,6 @@ object Versions { val http4s = "0.21.7" - val catsEffect = "2.1.4" + val catsEffect = "2.2.0" val circe = "0.13.0" val circeYaml = "0.13.1" val sttp = "2.2.8"