We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8029aa6 commit 10fc833Copy full SHA for 10fc833
src/main/scala/sbtlicensereport/SbtLicenseReport.scala
@@ -6,7 +6,7 @@ import license._
6
7
/** A plugin which enables reporting on licensing used within a project. */
8
object SbtLicenseReport extends AutoPlugin {
9
- override def requires: Plugins = plugins.IvyPlugin
+ override def requires: Plugins = empty
10
override def trigger = allRequirements
11
12
object autoImportImpl {
0 commit comments