Skip to content

Commit

Permalink
Update fs2-core, fs2-reactive-streams to 3.9.2 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 13, 2023
1 parent 81bdc61 commit d1efe9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object LibraryDependencies {
}

object FS2 {
val fs2Version = "3.9.1"
val fs2Version = "3.9.2"
val core = Def.setting("co.fs2" %%% "fs2-core" % fs2Version)
val reactiveStreams = "co.fs2" %% "fs2-reactive-streams" % fs2Version
}
Expand Down

0 comments on commit d1efe9a

Please sign in to comment.