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

Add support for resolvers with a custom protocol handler #29

Closed rolang closed 7 months ago

rolang commented 7 months ago

Hi, we have some resolvers using a custom protocol handler that can be registered globally for example like in this plugin https://github.com/abdolence/sbt-gcs-resolver , but sbt-dependency-updates wasn't able to pick up updates for those.

After a closer look it seemed to work with http/https only, so I tried to make it work with custom handler and came up with this update. Have been using it locally for some time now and it seems to work well.