Releases: scalacenter/sbt-missinglink
Releases · scalacenter/sbt-missinglink
v0.3.6
- Add option
missinglinkScanDependencies := true
to also scan all dependencies (#49)
v0.3.5 Fixing regression introduced in #46 when multiple ignores would cancel each other out
v0.3.3 missinglink-core 0.2.5
Upgrade to missinglink-core 0.2.5.
v0.3.2
- Upgrade to missinglink-core 0.2.2 (brings support for multi-release jars and thread safety)
- Re-enable parallel execution of
missinglink
analyses, now that missinglink-core is thread-safe
v0.3.1
- Work around the lack of thread safety in
missinglink
, allowing sbt-missinglink
to be safely used with multi-project builds
v0.3.0
- Upgrade to missinglink-core 0.2.1
- New feature: exclude dependencies from the analysis
- New feature: ignore conflicts by package name
v0.2.0
- Upgrade to missinglink-core 0.2.0
- Drop the transitive dependency on Guava (reduces the likelihood of incompatibilities with other sbt plugins)
- Add support for Java 11