sbt / sbt-native-packager

sbt Native Packager
https://sbt-native-packager.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
1.6k stars 441 forks source link

remove sbt 0.12 operators from documentation #1350

Closed mberndt123 closed 4 years ago

mberndt123 commented 4 years ago

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.

muuki88 commented 4 years ago

This is awesome! Thanks a lot for making the docs more accessible to sbt new comers :heart: