Silencer is a Scala compiler plugin that suppresses warnings based on annotations, helping to manage compiler output.
<dependency>
<groupId>com.github.ghik</groupId>
<artifactId>silencer-lib_2.12.12</artifactId>
<version>1.7.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage of @silent annotation to suppress warnings
Use silencer-lib_2.12 for Scala 2.12.x or silencer-lib_2.13 for Scala 2.13.x.
No dependency data recorded yet.