From 5eef3de5c3d3454b107ef7a611ac221c3fa59327 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 13:42:03 +0300 Subject: [PATCH] chore(deps): update dependency org.typelevel:cats-effect to v3.6-1f95fd7 (#703) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 731c6259..4887fbfb 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ val catsParseV = "0.3.8" val monocleV = "3.1.0" val scalaTestV = "3.2.15" val fs2V = "3.6.1" -val catsEffectV = "3.3.14" +val catsEffectV = "3.6-1f95fd7" val declineV = "2.3.0" val circeVersion = "0.14.2" val scribeV = "3.7.1"