Skip to content

Commit

Permalink
Merge pull request #160 from typelevel/update/fs2-io-3.10.2
Browse files Browse the repository at this point in the history
Update fs2-io to 3.10.2
  • Loading branch information
TonioGela authored Mar 29, 2024
2 parents f3f6a67 + 59a69df commit c4ef2b1
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 @@ -22,7 +22,7 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-effect" % "3.5.4",
"co.fs2" %%% "fs2-io" % "3.9.4",
"co.fs2" %%% "fs2-io" % "3.10.2",
"org.gnieh" %%% "fs2-data-csv" % "1.10.0",
"org.gnieh" %%% "fs2-data-csv-generic" % "1.10.0",
"org.http4s" %%% "http4s-ember-client" % "0.23.26",
Expand Down Expand Up @@ -55,7 +55,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
},
libraryDependencies ++= Seq(
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test,
"co.fs2" %%% "fs2-io" % "3.9.4" % Test,
"co.fs2" %%% "fs2-io" % "3.10.2" % Test,
"org.virtuslab.scala-cli" %% "cli" % "1.2.1" cross (CrossVersion.for2_13Use3)
),
buildInfoKeys += scalaBinaryVersion,
Expand Down

0 comments on commit c4ef2b1

Please sign in to comment.