Skip to content

Commit

Permalink
Merge pull request #625 from scala-steward/update/fs2-core-3.4.0
Browse files Browse the repository at this point in the history
Update fs2-core to 3.4.0
  • Loading branch information
Baccata authored Jan 2, 2023
2 parents 4a641b0 + 0c69128 commit 39f5e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ lazy val Dependencies = new {
}
object Fs2 {
val core: Def.Initialize[ModuleID] =
Def.setting("co.fs2" %%% "fs2-core" % "3.3.0")
Def.setting("co.fs2" %%% "fs2-core" % "3.4.0")
}

object Mill {
Expand Down

0 comments on commit 39f5e3e

Please sign in to comment.