Skip to content

Commit 25440e8

Browse files
authored
Merge pull request #104 from typelevel/update/fs2-data-csv-1.8.1
Update fs2-data-csv, fs2-data-csv-generic to 1.8.1
2 parents 0416803 + a9bb678 commit 25440e8

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
@@ -21,8 +21,8 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
2121
"org.typelevel" %%% "cats-core" % "2.10.0",
2222
"org.typelevel" %%% "cats-effect" % "3.5.1",
2323
"co.fs2" %%% "fs2-io" % "3.9.2",
24-
"org.gnieh" %%% "fs2-data-csv" % "1.8.0",
25-
"org.gnieh" %%% "fs2-data-csv-generic" % "1.8.0",
24+
"org.gnieh" %%% "fs2-data-csv" % "1.8.1",
25+
"org.gnieh" %%% "fs2-data-csv-generic" % "1.8.1",
2626
"org.http4s" %%% "http4s-ember-client" % "0.23.23",
2727
"io.circe" %%% "circe-jawn" % "0.14.6",
2828
"org.http4s" %%% "http4s-circe" % "0.23.23",

0 commit comments

Comments
 (0)