Skip to content

Commit

Permalink
Update fs2-io to 3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 28, 2024
1 parent 1b416a1 commit 216c69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ lazy val parser = module("parser")
"org.typelevel" %% "cats-parse" % "1.0.0",
"io.circe" %% "circe-generic" % "0.14.6" % Test,
"io.circe" %% "circe-parser" % "0.14.6" % Test,
"co.fs2" %% "fs2-io" % "3.10.1" % Test,
"co.fs2" %% "fs2-io" % "3.10.2" % Test,
)
)
.dependsOn(
Expand Down

0 comments on commit 216c69e

Please sign in to comment.