Skip to content

Commit

Permalink
Update fs2-core, fs2-reactive-streams to 3.11.0 (#372)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com>
  • Loading branch information
etspaceman-scala-steward-app[bot] and scala-steward[bot] authored Oct 4, 2024
1 parent cb7def9 commit 1485daf
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.10.2"
val fs2Version = "3.11.0"
val core = Def.setting("co.fs2" %%% "fs2-core" % fs2Version)
val reactiveStreams = "co.fs2" %% "fs2-reactive-streams" % fs2Version
}
Expand Down

0 comments on commit 1485daf

Please sign in to comment.