Skip to content

Incompatible with zio-schema-json ( zio-schema has reference to zio-json 0.7.38, but quill built with 0.6.2 ) #3257

@krsvital

Description

@krsvital

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"
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions