Skip to content

Commit

Permalink
Update fs2-core to 3.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Jan 22, 2024
1 parent 381f7b0 commit c4d1b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object ProjectPlugin extends AutoPlugin {
libraryDependencies ++=
Seq(
"org.typelevel" %%% "cats-effect" % "3.5.3",
"co.fs2" %% "fs2-core" % "3.9.3",
"co.fs2" %% "fs2-core" % "3.9.4",
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % "test"
)
)
Expand All @@ -26,7 +26,7 @@ object ProjectPlugin extends AutoPlugin {
Seq(
libraryDependencies ++=
Seq(
"co.fs2" %% "fs2-core" % "3.9.3"
"co.fs2" %% "fs2-core" % "3.9.4"
)
)

Expand Down

0 comments on commit c4d1b8f

Please sign in to comment.