diff --git a/build.sbt b/build.sbt index 2aa2981..3111c61 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.5.7", "co.fs2" %%% "fs2-io" % "3.11.0", - "org.gnieh" %%% "fs2-data-csv" % "1.11.1", - "org.gnieh" %%% "fs2-data-csv-generic" % "1.11.1", + "org.gnieh" %%% "fs2-data-csv" % "1.11.2", + "org.gnieh" %%% "fs2-data-csv-generic" % "1.11.2", "org.http4s" %%% "http4s-ember-client" % "0.23.29", "io.circe" %%% "circe-jawn" % "0.14.8", "org.http4s" %%% "http4s-circe" % "0.23.29",