From ccc9fc55c73d1c18223885c1e7046bc8cb9399d6 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 02:07:13 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.5.1 in series/0.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0aad861d..219eea53 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ ThisBuild / mergifyRequiredJobs += "site" ThisBuild / mergifyLabelPaths += "docs" -> file("docs") val catsV = "2.9.0" -val catsEffectV = "3.5.0" +val catsEffectV = "3.5.1" val fs2V = "3.7.0" val scodecV = "1.1.37" val http4sV = "0.23.19"