From e239d8d8b5dbeeeee3f99b97c52b2d838eee15d4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 10 Mar 2024 15:46:37 +0000 Subject: [PATCH] Update fs2-data-json, fs2-data-json-circe to 1.10.0 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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