From f2ae6e3aa520474d8f48e70e17eb64911363d30c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:24:05 +0000 Subject: [PATCH] Update cats-effect to 3.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 53dc067..6653ecb 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ version := "0.0.1-SNAPSHOT" scalaVersion := "2.13.11" val V = new { - val catsEffect = "3.5.2" + val catsEffect = "3.5.5" val http4s = "0.23.24" val http4sJdkHttpClient = "0.9.1" val http4sProxy = "0.4.1"