CANVE / extractor

Extracts and normalizes the type relationships and call graph of scala sbt projects.
4 stars 1 forks source link

compiler plugin's dependencies are both resolved and included in the assembly fatjar #3

Open matanox opened 8 years ago

matanox commented 8 years ago

Hinging on https://github.com/sbt/sbt/issues/2255 and https://github.com/sbt/sbt-assembly/issues/178. It means that library resolution for the compiler plugin's simpleGraph library dependency is superfluous to the inclusion of its classes in the fatjar - which might be confusing for determining which version of simpleGraph is being used, should the two versions go out of sync in a particular scenario.

matanox commented 8 years ago

No longer hinging on that, as the build no longer includes a library dependency for it.