mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
Currently crossSbtVersions is incorrectly generating a warning that it is an unused setting (see https://github.com/sbt/sbt/pull/5153). This PR fixes this by adding it to the list of excluded lint keys. Fixes #6571.