Skip to content

Commit

Permalink
Merge pull request #1447 from scala-steward/update/fs2-core-3.10.0
Browse files Browse the repository at this point in the history
Update fs2-core, fs2-io to 3.10.0
  • Loading branch information
Baccata committed Mar 19, 2024
2 parents f65e402 + f2edc69 commit b67abe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -67,7 +67,7 @@ object Dependencies {
Def.setting("com.monovore" %%% "decline-effect" % declineVersion)
}
object Fs2 {
val fs2Version = "3.9.4"
val fs2Version = "3.10.0"

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

0 comments on commit b67abe6

Please sign in to comment.