Skip to content

Commit

Permalink
Update fs2-io to 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 26, 2024
1 parent 1d9c012 commit 115e91c
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.0" % Test,
"co.fs2" %% "fs2-io" % "3.10.1" % Test,
)
)
.dependsOn(
Expand Down

0 comments on commit 115e91c

Please sign in to comment.