Skip to content

Commit

Permalink
Update fs2-data-json, fs2-data-json-circe to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 10, 2024
1 parent 4e16dd8 commit e239d8d
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 @@ -24,8 +24,8 @@ object Dependencies {

val fs2 = "co.fs2" %% "fs2-core" % "3.8.0"
val fs2IO = "co.fs2" %% "fs2-io" % "3.8.0"
val fs2Json = "org.gnieh" %% "fs2-data-json" % "1.7.1"
val fs2JsonCirce = "org.gnieh" %% "fs2-data-json-circe" % "1.7.1"
val fs2Json = "org.gnieh" %% "fs2-data-json" % "1.10.0"
val fs2JsonCirce = "org.gnieh" %% "fs2-data-json-circe" % "1.10.0"

val circeCore = circe("core")
val circeLiteral = circe("literal") % Test
Expand Down

0 comments on commit e239d8d

Please sign in to comment.