diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f3b0199..e453727 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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