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

Update coursier to 2.0.9 #1446

Merged
merged 1 commit into from
Jan 28, 2021
Merged

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Jan 27, 2021

No description provided.

@tgodzik tgodzik force-pushed the update-coursier branch 4 times, most recently from c84ca7a to 5270783 Compare January 27, 2021 14:46
@tgodzik tgodzik requested review from Duhemm and adpi2 January 27, 2021 16:03
@@ -506,7 +507,7 @@ def shadeSbtSettingsForModule(
}.value
},
shadeOwnNamespaces := Set("bloop"),
shadeIgnoredNamespaces := Set("com.google.gson"),
shadeIgnoredNamespaces := Set("com.google.gson", "scala"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is scala added here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Due to the collection-compat library that is brought in by coursier. It should be binary compatible and has a nice Mima job, so we should be fine, so we cna ignore it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, but collection-compat is not the only artifact that use the scala namespace. What about the scala library?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So that did not pop up as being a problem and it should also be binary compatible for any major version.

Besides, we are already doing it for example here: https://github.com/scalacenter/bloop/blob/master/build.sbt#L394

Copy link
Member

@adpi2 adpi2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@tgodzik tgodzik merged commit 1c6f671 into scalacenter:master Jan 28, 2021
@tgodzik tgodzik deleted the update-coursier branch January 28, 2021 12:12
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