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:
parent
7fe280b7b6
commit
472dac469f
1 changed files with 0 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue