From db2f1de7ab3ce8fb3e3f37610c9bdc400ba012a4 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 14 May 2021 04:46:40 +0200 Subject: [PATCH] Update cats-effect to 3.1.1 (#339) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 75783b30..71c3425c 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ lazy val scala_213 = "2.13.5" lazy val versionOf = new { val cats = "2.6.1" - val catsEffect = "3.1.0" + val catsEffect = "3.1.1" val fs2 = "3.0.2" val kindProjector = "0.12.0" val log4cats = "2.1.0"