message below apperas after run project, can you rebuild quill with latest version of zio-json?
[error] stack trace is suppressed; run last update for the full output
[error] (update) found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
[error]
[error] * dev.zio:zio-json_3:0.7.38 (early-semver) is selected over 0.6.2
[error] +- dev.zio:zio-schema-json_3:1.6.4 (depends on 0.7.38)
[error] +- io.getquill:quill-jdbc-zio_3:4.8.5 (depends on 0.6.2)
reproduce with:
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.1.18",
"dev.zio" %% "zio-schema-derivation" % "1.6.6",
"io.getquill" %% "quill-jdbc-zio" % "4.8.5"
);
message below apperas after run project, can you rebuild quill with latest version of zio-json?
[error] stack trace is suppressed; run last update for the full output
[error] (update) found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
[error]
[error] * dev.zio:zio-json_3:0.7.38 (early-semver) is selected over 0.6.2
[error] +- dev.zio:zio-schema-json_3:1.6.4 (depends on 0.7.38)
[error] +- io.getquill:quill-jdbc-zio_3:4.8.5 (depends on 0.6.2)
reproduce with:
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.1.18",
"dev.zio" %% "zio-schema-derivation" % "1.6.6",
"io.getquill" %% "quill-jdbc-zio" % "4.8.5"
);