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

Make report work with CrossScalaVersions and also add a Scala version column #72

Open
mdedetrich opened this issue May 25, 2023 · 0 comments

Comments

@mdedetrich
Copy link
Contributor

Currently when sbt-license-report generates a report, it only uses the current Scala version where as ideally we should aggregate the dependencies from all Scala versions as its possible for projects to resolve dependencies differently based on the Scala version. Similarly a Scala version column should also be added as an option for those projects which do happen to resolve dependencies differently based on CrossScalaVersion.

Thankfully we don't need to explicitly handle the common usecase where dependencies are the same across different Scala versions since #57 added the functionality that filters out all duplicates.

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

No branches or pull requests

1 participant