Skip to content

Commit

Permalink
Update fs2-core to 3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Mar 29, 2024
1 parent 04ec873 commit 94e7041
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.4",
"co.fs2" %% "fs2-core" % "3.10.1",
"co.fs2" %% "fs2-core" % "3.10.2",
"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.10.1"
"co.fs2" %% "fs2-core" % "3.10.2"
)
)

Expand Down

0 comments on commit 94e7041

Please sign in to comment.