You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, explicit dependencies then flags this as undeclared compile dependency.
We are using the filter to suppress the warning, but it would be nice if this would be handled somehow automatically.
The text was updated successfully, but these errors were encountered:
It seems that when you don't actually use silencer (but you included it in the classpath as provided, acording to silencer-lib README) sbt-explicit-dependencies complains about "com.github.ghik" % "silencer-lib" % "XXX" not being used. But when you actually use it, sbt-explicit-dependencies complains about "com.github.ghik" % "silencer-lib_2_12" % "XXX" not being declared but used.
Compiler plugin https://github.com/ghik/silencer instructs to declare dependencies the following way:
Unfortunately, explicit dependencies then flags this as undeclared compile dependency.
We are using the filter to suppress the warning, but it would be nice if this would be handled somehow automatically.
The text was updated successfully, but these errors were encountered: