The sbt-native-packager docs use a lot of syntax that has been deprecated for years. Many of these will eventually end up in people's build files due to copy-pasting from the docs, so I think it's worth fixing.
It would also make sense to use sbt's unified scope syntax (Universal / mappings rather than mappings in Universal), but let's start with the less controversial things.
The sbt-native-packager docs use a lot of syntax that has been deprecated for years. Many of these will eventually end up in people's build files due to copy-pasting from the docs, so I think it's worth fixing.
It would also make sense to use sbt's unified scope syntax (
Universal / mappings
rather thanmappings in Universal
), but let's start with the less controversial things.