From 9e6f78c8b46f62ac633edb5272697d157c59ce4f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:15:13 +0000 Subject: [PATCH] Update fs2-io to 3.12.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 565880b..d38a1f5 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.11.0", "org.typelevel" %%% "cats-effect" % "3.6.1", - "co.fs2" %%% "fs2-io" % "3.11.0", + "co.fs2" %%% "fs2-io" % "3.12.2", "org.gnieh" %%% "fs2-data-csv" % "1.11.3", "org.gnieh" %%% "fs2-data-csv-generic" % "1.11.3", "org.http4s" %%% "http4s-ember-client" % "0.23.30", @@ -52,7 +52,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform) name := "tests", libraryDependencies ++= Seq( "org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test, - "co.fs2" %%% "fs2-io" % "3.11.0" % Test, + "co.fs2" %%% "fs2-io" % "3.12.2" % Test, "org.virtuslab.scala-cli" %% "cli" % "1.5.4" cross (CrossVersion.for2_13Use3) ), buildInfoKeys += scalaBinaryVersion,