Skip to content

Commit d17e9ec

Browse files
authored
Merge pull request #133 from typelevel/update/fs2-data-csv-1.10.0
Update fs2-data-csv, fs2-data-csv-generic to 1.10.0
2 parents 3d37382 + 93fde04 commit d17e9ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
2323
"org.typelevel" %%% "cats-core" % "2.10.0",
2424
"org.typelevel" %%% "cats-effect" % "3.5.2",
2525
"co.fs2" %%% "fs2-io" % "3.9.3",
26-
"org.gnieh" %%% "fs2-data-csv" % "1.9.1",
27-
"org.gnieh" %%% "fs2-data-csv-generic" % "1.9.1",
26+
"org.gnieh" %%% "fs2-data-csv" % "1.10.0",
27+
"org.gnieh" %%% "fs2-data-csv-generic" % "1.10.0",
2828
"org.http4s" %%% "http4s-ember-client" % "0.23.24",
2929
"io.circe" %%% "circe-jawn" % "0.14.6",
3030
"org.http4s" %%% "http4s-circe" % "0.23.24",

0 commit comments

Comments
 (0)