-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zio-nio-core_3 has Scala 2.13 dependencies #439
Comments
This comment on a PR from a couple months ago describes a work-around for this problem. I thought I'd share it here to make it more visible to others facing the same issue. |
This was fixed on master but did not make it to
|
Still broken on 2.0.0 FINAL https://repo1.maven.org/maven2/dev/zio/zio-nio_3/2.0.0/zio-nio_3-2.0.0.pom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The zio-nio-core_3 in Maven has dependencies on Scala 2.13 libraries silencer-lib and scala-collection-compat. If I use zio-nio in a project that also depends on one of those libraries I get a compile error about cross-version suffixes.
I cloned the repo and tried building the top-level project and it fails with the same error.
Curiously, if I run
sbt "++ 3.0.2;publishLocal
I get a zio-nio artifact that does not depend on zio-nio-core and has a scala-collection-compat_3:2.5.5 dependency and only has a 2.13 dependency on silencer-lib.I'm hoping someone here has better sbt chops that I do and understand how this happens.
The text was updated successfully, but these errors were encountered: