Skip to content

Releases: scalacenter/sbt-missinglink

v0.3.6

24 Aug 11:04
2db77af
Compare
Choose a tag to compare
  • 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

23 Dec 14:00
9a13d7b
Compare
Choose a tag to compare

v0.3.4

06 Dec 15:47
d6b9520
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3 missinglink-core 0.2.5

26 Nov 09:55
eb73a5c
Compare
Choose a tag to compare

Upgrade to missinglink-core 0.2.5.

v0.3.2

02 Mar 12:24
Compare
Choose a tag to compare
  • 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

02 Mar 12:22
Compare
Choose a tag to compare
  • Work around the lack of thread safety in missinglink, allowing sbt-missinglink to be safely used with multi-project builds

v0.3.0

25 Mar 12:19
Compare
Choose a tag to compare
  • Upgrade to missinglink-core 0.2.1
  • New feature: exclude dependencies from the analysis
  • New feature: ignore conflicts by package name

v0.2.0

22 Oct 12:45
Compare
Choose a tag to compare
  • 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