From 0d07a3c40513a70eb1e37e60050e668781b7337f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:36:19 +0000 Subject: [PATCH] Update fs2-io to 3.14.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 85b8947..8f2b475 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform) libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.13.0", "org.typelevel" %%% "cats-effect" % "3.7.1", - "co.fs2" %%% "fs2-io" % "3.13.0", + "co.fs2" %%% "fs2-io" % "3.14.0", "org.gnieh" %%% "fs2-data-csv" % "1.13.0", "org.gnieh" %%% "fs2-data-csv-generic" % "1.13.0", "org.http4s" %%% "http4s-ember-client" % "0.23.34", @@ -52,7 +52,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform) name := "tests", libraryDependencies ++= Seq( "org.typelevel" %%% "weaver-cats" % "0.12.0" % Test, - "co.fs2" %%% "fs2-io" % "3.13.0" % Test, + "co.fs2" %%% "fs2-io" % "3.14.0" % Test, "org.virtuslab.scala-cli" %% "cli" % "1.14.0" cross (CrossVersion.for2_13Use3) ), buildInfoKeys += scalaBinaryVersion,