Skip to content

Commit

Permalink
Merge pull request #221 from typelevel/update/fs2-data-csv-1.11.2
Browse files Browse the repository at this point in the history
Update fs2-data-csv, fs2-data-csv-generic to 1.11.2
  • Loading branch information
mergify[bot] authored Dec 10, 2024
2 parents b5f4e42 + c3f102e commit f0235a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f0235a6

Please sign in to comment.