sbt-license-report
sbt-license-report copied to clipboard
Use Configuration type in licenseConfigurations
Ideally this should have originally been typed to use Configuration
rather than String
since SBT already provides this abstraction as its own type.
This is obviously a breaking change so if we care about binary/source compatibility then it would have to be for 2.0.x (in which case we can setup a branch for 2.0.x or we can just not merge PR until we expect more breaking changes for the 2.0.x series).