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