Skip to content

Commit

Permalink
Merge pull request #374 from scala-steward/update/fs2-io-3.9.4
Browse files Browse the repository at this point in the history
Update fs2-io to 3.9.4
  • Loading branch information
mergify[bot] authored Jan 22, 2024
2 parents 6e4a8b1 + 1d4325d commit 55ae38f
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" % "0.3.10",
"io.circe" %% "circe-generic" % "0.14.6" % Test,
"io.circe" %% "circe-parser" % "0.14.6" % Test,
"co.fs2" %% "fs2-io" % "3.9.3" % Test,
"co.fs2" %% "fs2-io" % "3.9.4" % Test,
)
)
.dependsOn(
Expand Down

0 comments on commit 55ae38f

Please sign in to comment.