From 50b713dd587d98c416f8b2d910e31b1ebe99ca99 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 16:41:42 +0000 Subject: [PATCH] Update fs2-data-csv, fs2-data-csv-generic to 1.14.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 1408548..79165a2 100644 --- a/build.sbt +++ b/build.sbt @@ -23,8 +23,8 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform) "org.typelevel" %%% "cats-core" % "2.13.0", "org.typelevel" %%% "cats-effect" % "3.7.0", "co.fs2" %%% "fs2-io" % "3.13.0", - "org.gnieh" %%% "fs2-data-csv" % "1.13.0", - "org.gnieh" %%% "fs2-data-csv-generic" % "1.13.0", + "org.gnieh" %%% "fs2-data-csv" % "1.14.1", + "org.gnieh" %%% "fs2-data-csv-generic" % "1.14.1", "org.http4s" %%% "http4s-ember-client" % "0.23.34", "io.circe" %%% "circe-jawn" % "0.14.15", "org.http4s" %%% "http4s-circe" % "0.23.34",