Remove classgraph dependency from sbt plugin scope (#28118)

As we don't use it directly and it comes in transitively from
sbt-paradox-unidoc where it is used.
This commit is contained in:
Scala Steward 2019-11-18 10:28:20 +01:00 committed by Patrik Nordwall
parent 7fe280b7b6
commit 472dac469f

View file

@ -25,6 +25,3 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.3.0") // for maintenance of
addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.22")
// used for @unidoc directive
libraryDependencies += "io.github.classgraph" % "classgraph" % "4.8.47"