From ab9a511129d1890781e4e19dea0b6ea292700311 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 14:22:01 +0300 Subject: [PATCH] chore(deps): update dependency co.fs2:fs2-io to v3.9.2 (#895) 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 54371fa3..6709a4b0 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val catsV = "2.10.0" val catsParseV = "0.3.10" val monocleV = "3.1.0" val scalaTestV = "3.2.17" -val fs2V = "3.9.1" +val fs2V = "3.9.2" val catsEffectV = "3.6-1f95fd7" val declineV = "2.3.0" val circeVersion = "0.14.2"