It seems like strict/unused dependency checkers do not detect dependencies used by scala macros. The case where I ran into this is the following:
@com_wix_accord_core_2_12 uses @org_scalamacros_resetallattrs_2_12 in its invocation for com.wix.accord.dsl#validator macro. Is this is a known limitation?