From aa832e27d802dbd620765e3a97fb783d40d709c7 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:21:04 +0000 Subject: [PATCH] Update cats-effect, cats-effect-laws to 3.5.6 in series/0.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a675533..ef84f8c 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.5.5" +val CatsEffectVersion = "3.5.6" lazy val root = project .in(file("."))