From 7ac2d01aa13247447d3a3b734705514be9ec651f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 01:07:54 +0000 Subject: [PATCH] Update cats-effect to 3.5.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 31c2c5b..0ef8c1a 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ ThisBuild / scalaVersion := "3.3.1" val V = new { - val catsEffect = "3.5.2" + val catsEffect = "3.5.3" val circe = "0.14.6" val circeConfig = "0.10.0" val http4s = "0.23.24"