From 66ecf145120a27ee020f9a44f9cb51d146e9508d Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 15:23:32 +0000 Subject: [PATCH] Update cats-effect to 3.5.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 09879b1..a74ab6e 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ ThisBuild / scalaVersion := Scala3 ThisBuild / testFrameworks += new TestFramework("munit.Framework") val catsV = "2.9.0" -val catsEffectV = "3.5.0" +val catsEffectV = "3.5.1" val fs2V = "3.7.0" val http4sV = "0.23.18" val log4catsV = "2.6.0"