Skip to content

Commit

Permalink
Merge pull request #440 from scala-steward/update/fs2-core-3.2.14
Browse files Browse the repository at this point in the history
Update fs2-core to 3.2.14
  • Loading branch information
mergify[bot] committed Sep 7, 2022
2 parents 787789b + 833807a commit 024be74
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 @@ -728,7 +728,7 @@ lazy val Dependencies = new {
}
object Fs2 {
val core: Def.Initialize[ModuleID] =
Def.setting("co.fs2" %%% "fs2-core" % "3.2.12")
Def.setting("co.fs2" %%% "fs2-core" % "3.2.14")
}

val Circe = new {
Expand Down

0 comments on commit 024be74

Please sign in to comment.