Skip to content

Commit

Permalink
Merge pull request #298 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
lenguyenthanh authored Mar 29, 2024
2 parents 2ed69c8 + a1c9a8f commit eff9dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ object Dependencies {
val catsCore = "org.typelevel" %% "cats-core" % "2.10.0"
val catsEffect = "org.typelevel" %% "cats-effect" % V.catsEffect

val fs2 = "co.fs2" %% "fs2-core" % "3.10.1"
val fs2IO = "co.fs2" %% "fs2-io" % "3.10.1"
val fs2 = "co.fs2" %% "fs2-core" % "3.10.2"
val fs2IO = "co.fs2" %% "fs2-io" % "3.10.2"
val fs2Json = "org.gnieh" %% "fs2-data-json" % "1.11.0"
val fs2JsonCirce = "org.gnieh" %% "fs2-data-json-circe" % "1.11.0"

Expand Down

0 comments on commit eff9dc2

Please sign in to comment.