Skip to content

Commit

Permalink
Merge pull request #1461 from scala-steward/update/fs2-core-3.10.2
Browse files Browse the repository at this point in the history
Update fs2-core, fs2-io to 3.10.2
  • Loading branch information
mergify[bot] committed Apr 1, 2024
2 parents 74ec0db + 010e8ee commit d3ee984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ object Dependencies {
Def.setting("com.monovore" %%% "decline-effect" % declineVersion)
}
object Fs2 {
val fs2Version = "3.10.0"
val fs2Version = "3.10.2"

val core: Def.Initialize[ModuleID] =
Def.setting("co.fs2" %%% "fs2-core" % fs2Version)
Expand Down

0 comments on commit d3ee984

Please sign in to comment.