rtimush / sbt-updates

sbt plugin that can check Maven and Ivy repositories for dependency updates
BSD 3-Clause "New" or "Revised" License
761 stars 55 forks source link

Use Scaladex badge to show sbt-version compatibility #298

Open rtyley opened 2 years ago

rtyley commented 2 years ago

The Scaladex badge is a bit more helpful than the Maven Central badge - it summarises which versions of sbt are supported by sbt-updates (and what the latest sbt-updates version is for each of those sbt versions:

sbt-updates Scala version support

Interestingly, at the moment, there is a new 0.6.2 release of sbt-updates for sbt 0.13, but not for 1.0, which wouldn't have been indicated by the old badge!

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).

rtimush commented 2 years ago

Showing sbt version compatibility with the scaladex badge would indeed be nice. However, 0.6.2 is actually available for sbt 1.x (pom, jar) and I don't know why scaladex doesn't recognize it.