Skip to content

Commit 4fb18f0

Browse files
authored
Merge pull request #158 from typelevel/update/fs2-data-csv-1.11.0
Update fs2-data-csv, fs2-data-csv-generic to 1.11.0
2 parents 016b9a5 + ff759a0 commit 4fb18f0

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.4",
2525
"co.fs2" %%% "fs2-io" % "3.10.2",
26-
"org.gnieh" %%% "fs2-data-csv" % "1.10.0",
27-
"org.gnieh" %%% "fs2-data-csv-generic" % "1.10.0",
26+
"org.gnieh" %%% "fs2-data-csv" % "1.11.0",
27+
"org.gnieh" %%% "fs2-data-csv-generic" % "1.11.0",
2828
"org.http4s" %%% "http4s-ember-client" % "0.23.26",
2929
"io.circe" %%% "circe-jawn" % "0.14.6",
3030
"org.http4s" %%% "http4s-circe" % "0.23.26",

0 commit comments

Comments
 (0)