From ff1800c6743249b2cd30cef0212b23a7f1133c64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:02:57 +0300 Subject: [PATCH] chore(deps): update dependency co.fs2:fs2-io to v3.10-365636d (#1039) 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 fc653bfb..b6e07cb0 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val scalaTestV = "3.2.17" val scalaTestScalaCheckV = "3.2.17.0" val sourcecodeV = "0.3.0" // Snapshot is used to get latest fixes -val fs2V = "3.9.3-37-8badc91-SNAPSHOT" +val fs2V = "3.10-365636d" val catsEffectV = "3.6-1f95fd7" val declineV = "2.3.0" val circeVersion = "0.14.2"