Merge pull request #8215 from sbt/unused-nowarn-Load

This commit is contained in:
eugene yokota 2025-08-17 12:09:40 -04:00 committed by GitHub
commit b172226430
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -1357,7 +1357,6 @@ private[sbt] object Load {
converter,
)
},
scalacOptions += Def.uncached("-Wconf:cat=unused-nowarn:s"),
onLoadMessage := ("loading project definition from " + baseDirectory.value)
)
)