Skip to content

Commit

Permalink
Update fs2-core, fs2-io to 3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward[bot] committed Nov 6, 2023
1 parent 88866c5 commit caf7df5
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 caf7df5

Please sign in to comment.