Skip to content
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

fix scala-collection-compat #658

Merged
merged 1 commit into from
Feb 14, 2023
Merged

fix scala-collection-compat #658

merged 1 commit into from
Feb 14, 2023

Conversation

tellnobody1
Copy link

@tellnobody1 tellnobody1 commented Feb 14, 2023

During ZIO update it was incorrectly assumed that conflict of suffixes _2.13, _3 was related to scala-collection-compat. In fact, it was fixed by dropping ! for sbt command for Scala 3. Current build is leading to build error in dependent projects.

[error] Modules were resolved with conflicting cross-version suffixes in ProjectRef(uri("file:/"), "root"):
[error]    org.scala-lang.modules:scala-collection-compat _2.13, _3
[error] java.lang.RuntimeException: Conflicting cross-version suffixes in: org.scala-lang.modules:scala-collection-compat

Workaround is:

("dev.zio" %% "zio-logging-slf4j" % "0.5.15").exclude("org.scala-lang.modules", "scala-collection-compat_2.13")

@tellnobody1 tellnobody1 requested a review from a team as a code owner February 14, 2023 20:10
@justcoon
Copy link
Contributor

@tellnobody1 thank you

hopefully after that one everything will be ok

@justcoon justcoon merged commit 45b7ead into zio:series/1.x Feb 14, 2023
@tellnobody1 tellnobody1 deleted the patch-1 branch February 14, 2023 20:51
@justcoon
Copy link
Contributor

@tellnobody1 can I do next release?

@tellnobody1
Copy link
Author

@justcoon Yes, please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants