aiyanbo / sbt-dependency-updates

⬆️ SBT plugin that can check Maven and Ivy repositories for dependency and plugin updates
Apache License 2.0
81 stars 10 forks source link

Support for bintray #13

Closed cheleb closed 3 years ago

cheleb commented 4 years ago

Dependencies hosted on bintray, mainly sbt-plugins are not supported by this wonderful plugin.

There a public api:

I would be happy to contribute if you want/need.

Thx

aiyanbo commented 4 years ago

@cheleb Bintray repo is an URLRepository in SBT. It is supported by IvyPatternsMetadataLoader in artifact-version, You need add Bintray Repo to your resolvers, like this:

aparo commented 3 years ago

This can be closed because bintray is closed.