Skip to content

Commit aa95bbd

Browse files
authored
Merge pull request #198 from typelevel/update/fs2-data-csv-1.11.1
Update fs2-data-csv, fs2-data-csv-generic to 1.11.1
2 parents 06e43e2 + 079903e commit aa95bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
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.11.0",
2424
"org.typelevel" %%% "cats-effect" % "3.5.4",
2525
"co.fs2" %%% "fs2-io" % "3.10.2",
26-
"org.gnieh" %%% "fs2-data-csv" % "1.11.0",
27-
"org.gnieh" %%% "fs2-data-csv-generic" % "1.11.0",
26+
"org.gnieh" %%% "fs2-data-csv" % "1.11.1",
27+
"org.gnieh" %%% "fs2-data-csv-generic" % "1.11.1",
2828
"org.http4s" %%% "http4s-ember-client" % "0.23.27",
2929
"io.circe" %%% "circe-jawn" % "0.14.8",
3030
"org.http4s" %%% "http4s-circe" % "0.23.27",

0 commit comments

Comments
 (0)