From 522d95b8e35b1a706312f1c132283b63edd83e36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:17:48 +0300 Subject: [PATCH] chore(deps): update dependency co.fs2:fs2-io to v3.9.3 (#969) 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 40fd61bc..07f1a8ba 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val catsParseV = "0.3.10" val monocleV = "3.1.0" val scalaTestV = "3.2.17" val sourcecodeV = "0.3.0" -val fs2V = "3.9.2" +val fs2V = "3.9.3" val catsEffectV = "3.6-1f95fd7" val declineV = "2.3.0" val circeVersion = "0.14.2"