From a93b60294f2a1874a62875e5b35b649f7b4fe6ce Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 08:09:16 +0000 Subject: [PATCH] Update fs2-data-csv, fs2-data-csv-generic to 1.12.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 565880b..d2eea97 100644 --- a/build.sbt +++ b/build.sbt @@ -23,8 +23,8 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform) "org.typelevel" %%% "cats-core" % "2.11.0", "org.typelevel" %%% "cats-effect" % "3.6.1", "co.fs2" %%% "fs2-io" % "3.11.0", - "org.gnieh" %%% "fs2-data-csv" % "1.11.3", - "org.gnieh" %%% "fs2-data-csv-generic" % "1.11.3", + "org.gnieh" %%% "fs2-data-csv" % "1.12.0", + "org.gnieh" %%% "fs2-data-csv-generic" % "1.12.0", "org.http4s" %%% "http4s-ember-client" % "0.23.30", "io.circe" %%% "circe-jawn" % "0.14.8", "org.http4s" %%% "http4s-circe" % "0.23.30",