From 3a7d4fbf3483394a007ddb7d9321b83c5b8b31ef Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 12:05:55 +0000 Subject: [PATCH] Update fs2-data-csv, fs2-data-csv-generic to 1.7.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c72ac2d..675effd 100644 --- a/build.sbt +++ b/build.sbt @@ -21,8 +21,8 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform) "org.typelevel" %%% "cats-core" % "2.9.0", "org.typelevel" %%% "cats-effect" % "3.4.10", "co.fs2" %%% "fs2-io" % "3.6.1", - "org.gnieh" %%% "fs2-data-csv" % "1.7.0", - "org.gnieh" %%% "fs2-data-csv-generic" % "1.7.0", + "org.gnieh" %%% "fs2-data-csv" % "1.7.1", + "org.gnieh" %%% "fs2-data-csv-generic" % "1.7.1", "org.http4s" %%% "http4s-ember-client" % "0.23.18", "io.circe" %%% "circe-jawn" % "0.14.5", "org.http4s" %%% "http4s-circe" % "0.23.18",