As per the comment in sbt-ci-realese, adding a zio-json as a dependency adds some controversy.
Would it be possible to use e.g. sjon-new, since it is already the go to json library in sbt?
Does this transitively introduce Zio dependency just for JSON decoding? Could we use Contraband / sjson-new that are already in use for sbt or uPickle instead?
Hi, thanks for creating this plugin.
As per the comment in
sbt-ci-realese
, adding azio-json
as a dependency adds some controversy. Would it be possible to use e.g.sjon-new
, since it is already the go to json library insbt
?Original comment (https://github.com/sbt/sbt-ci-release/pull/298#pullrequestreview-2169049028):