Skip to content

Commit

Permalink
Update fs2-core, fs2-io to 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward[bot] committed Oct 4, 2024
1 parent c964185 commit e93d37a
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 @@ -86,7 +86,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 io = Def.setting("co.fs2" %%% "fs2-io" % fs2Version)
}
Expand Down

0 comments on commit e93d37a

Please sign in to comment.