From a581f70bedc1bd5a20c837cce6ade2b10aeca0ef Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 16:09:28 +0000 Subject: [PATCH] Update fs2-data-csv, fs2-data-csv-generic to 1.9.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b842a23..e441da6 100644 --- a/build.sbt +++ b/build.sbt @@ -23,8 +23,8 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform) "org.typelevel" %%% "cats-core" % "2.10.0", "org.typelevel" %%% "cats-effect" % "3.5.2", "co.fs2" %%% "fs2-io" % "3.9.2", - "org.gnieh" %%% "fs2-data-csv" % "1.9.0", - "org.gnieh" %%% "fs2-data-csv-generic" % "1.9.0", + "org.gnieh" %%% "fs2-data-csv" % "1.9.1", + "org.gnieh" %%% "fs2-data-csv-generic" % "1.9.1", "org.http4s" %%% "http4s-ember-client" % "0.23.23", "io.circe" %%% "circe-jawn" % "0.14.6", "org.http4s" %%% "http4s-circe" % "0.23.23",