From cc69e696dc4df142227032186dd6b116aa400998 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 08:22:54 +0000 Subject: [PATCH] chore(deps): update dependency co.fs2:fs2-io to v3.10.2 (#1106) 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 774834e31..b43caac0e 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val scalaTestV = "3.2.18" val scalaTestScalaCheckV = "3.2.18.0" val sourcecodeV = "0.3.0" // Snapshot is used to get latest fixes -val fs2V = "3.10.1" +val fs2V = "3.10.2" val catsEffectV = "3.6-1f95fd7" val declineV = "2.3.0" val circeVersion = "0.14.2"