From 0ed7e65af5b9ad341181e6a08241a9c75332d90f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 May 2023 21:12:16 +0000 Subject: [PATCH] Upgrade cats-effect, cats-effect-testkit from 3.4.10 to 3.4.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d493d9a..a571540 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges val V = new { val cats = "2.9.0" - val catsEffect = "3.4.10" + val catsEffect = "3.4.11" val circe = "0.14.5" val http4s = "0.23.18" val munit = "1.0.0-M7"