Releases: scalacenter/sbt-missinglink
Releases · scalacenter/sbt-missinglink
v0.3.6
24 Aug 11:04
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.3.4
06 Dec 15:47
Compare
Sorry, something went wrong.
No results found
v0.3.3 missinglink-core 0.2.5
26 Nov 09:55
Compare
Sorry, something went wrong.
No results found
Upgrade to missinglink-core 0.2.5.
v0.3.2
02 Mar 12:24
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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