Skip to content

Commit ce90013

Browse files
authored
Merge pull request #88 from typelevel/update/fs2-io-3.9.0
2 parents e2d9d14 + 7231619 commit ce90013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
2020
libraryDependencies ++= Seq(
2121
"org.typelevel" %%% "cats-core" % "2.10.0",
2222
"org.typelevel" %%% "cats-effect" % "3.5.1",
23-
"co.fs2" %%% "fs2-io" % "3.8.0",
23+
"co.fs2" %%% "fs2-io" % "3.9.0",
2424
"org.gnieh" %%% "fs2-data-csv" % "1.8.0",
2525
"org.gnieh" %%% "fs2-data-csv-generic" % "1.8.0",
2626
"org.http4s" %%% "http4s-ember-client" % "0.23.23",

0 commit comments

Comments
 (0)