Silencer is a Scala compiler plugin for annotation-based warning suppression, allowing selective silencing of compiler warnings.
<dependency>
<groupId>com.github.ghik</groupId>
<artifactId>silencer-lib_2.13</artifactId>
<version>1.4.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Suppress warnings for a method using the @silent annotation.
Ensure the plugin is correctly configured in build.sbt or build.gradle.
No dependency data recorded yet.