From ef7e016e297a33f215e46f5f41105e27ab90d148 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 31 May 2022 20:18:37 +0200 Subject: [PATCH] Update cats-effect, cats-effect-laws to 2.5.5 (#458) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1d3c079..384a7c9 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val catsVersion = "2.7.0" ThisBuild / tlBaseVersion := "21.8" // TODO // For the transition period, we publish artifacts for both cats-effect 2.x and 3.x -val catsEffectVersion = "2.5.4" +val catsEffectVersion = "2.5.5" val catsEffect3Version = "3.3.11" val utilVersion = "21.8.0"