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 74d8b0b commit 5b173e8Copy full SHA for 5b173e8
src/main/scala/ScalaModulePlugin.scala
@@ -10,6 +10,7 @@ object ScalaModulePlugin extends AutoPlugin {
10
11
// Settings applied to the entire build when the plugin is loaded.
12
13
+ override def requires = plugins.JvmPlugin
14
override def trigger = allRequirements
15
16
override def buildSettings: Seq[Setting[_]] = Seq(
0 commit comments