Skip to content

Commit

Permalink
Update fs2-data-json, fs2-data-json-circe to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 29, 2024
1 parent e4dd015 commit 52658b5
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.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"
val fs2Json = "org.gnieh" %% "fs2-data-json" % "1.11.1"
val fs2JsonCirce = "org.gnieh" %% "fs2-data-json-circe" % "1.11.1"

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

0 comments on commit 52658b5

Please sign in to comment.