From 98a4b6ea8636fa7e14b3dea4c12b3fd95831c7b9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Mar 2021 05:08:25 +0100 Subject: [PATCH] Update cats-effect, cats-effect-laws to 2.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2e20cdc..85ebae9 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ ThisBuild / scmInfo := Some( url("https://github.com/djspiewak/cats-effect-testing"), "git@github.com:djspiewak/cats-effect-testing.git")) -val CatsEffectVersion = "2.3.3" +val CatsEffectVersion = "2.4.0" lazy val root = project .in(file("."))