Skip to content

Commit

Permalink
Update fs2-core, fs2-io to 3.9.3 (#637)
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 Nov 6, 2023
1 parent 88866c5 commit 080216d
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 @@ -85,7 +85,7 @@ object LibraryDependencies {
}

object FS2 {
val fs2Version = "3.9.2"
val fs2Version = "3.9.3"
val core = Def.setting("co.fs2" %%% "fs2-core" % fs2Version)
val io = Def.setting("co.fs2" %%% "fs2-io" % fs2Version)
}
Expand Down

0 comments on commit 080216d

Please sign in to comment.