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.
2 parents 8e59be5 + 31dd3dc commit e5dd20bCopy full SHA for e5dd20b
build.sbt
@@ -301,7 +301,7 @@ installPlugin := {
301
IO.copyFile(source, target)
302
}
303
304
-lazy val moduleRootPkg = settingKey[String]("")
+lazy val moduleRootPkg = settingKey[String]("").withRank(KeyRanks.Invisible)
305
moduleRootPkg := rootPkg
306
307
// Run Scala Steward from sbt for development and testing.
0 commit comments