Skip to content

Commit e5dd20b

Browse files
authored
Merge pull request #2016 from scala-steward-org/topic/fix-sbt-warnings
Fix warnings about unused moduleRootPkg key
2 parents 8e59be5 + 31dd3dc commit e5dd20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ installPlugin := {
301301
IO.copyFile(source, target)
302302
}
303303

304-
lazy val moduleRootPkg = settingKey[String]("")
304+
lazy val moduleRootPkg = settingKey[String]("").withRank(KeyRanks.Invisible)
305305
moduleRootPkg := rootPkg
306306

307307
// Run Scala Steward from sbt for development and testing.

0 commit comments

Comments
 (0)