stringbean / sbt-dependency-lock

sbt plugin for creating dependency lockfiles
https://stringbean.github.io/sbt-dependency-lock
Apache License 2.0
14 stars 6 forks source link

Handle classifier in artifacts #14

Open stringbean opened 4 years ago

stringbean commented 4 years ago

Some libraries have multiple artifacts with different classifiers. Currently these are all tracked as artifact.jar instead of artifact-classifier.jar.

We should be tracking these correctly.