Skip to content

Commit

Permalink
Merge pull request #398 from scala-steward/update/fs2-io-3.10.1
Browse files Browse the repository at this point in the history
Update fs2-io to 3.10.1
  • Loading branch information
mergify[bot] authored Mar 26, 2024
2 parents 1d9c012 + 115e91c commit 1b416a1
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 1b416a1

Please sign in to comment.