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

Replace obsolete Bintray badge with Scaladex version #1431

Closed rtyley closed 3 years ago

rtyley commented 3 years ago

Unfortunately the Bintray badge on the readme is broken, I guess due to Bintray being sunset? However, this new Scaladex badge can replace the old Bintray badge - it summarises which versions of sbt are supported by sbt-native-packager (and what the latest sbt-native-packager version is for each of those sbt versions):

sbt-native-packager Scala version support

More details on the badge format here: https://github.com/scalacenter/scaladex/pull/660 (with some extra changes to better support sbt in https://github.com/scalacenter/scaladex/pull/674).

rtyley commented 3 years ago

Thanks a lot this is awesome

Thank you!