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

Consider renaming the dependencyUpdates task #11

Closed fthomas closed 1 year ago

fthomas commented 5 years ago

sbt-dependency-updates' dependencyUpdates task has the same name as sbt-updates' dependencyUpdates which means that one task is shadowed by the other if both plugins are installed in a project. We hit this problem in scala-steward in projects that use sbt-dependency-updates (see https://github.com/fthomas/scala-steward/issues/178#issuecomment-443878634 for details). Would you consider renaming your dependencyUpdates so that both plugins can be installed in a project without causing any conflict?

fthomas commented 1 year ago

Closing since Scala Steward stopped using sbt-updates long ago and this is not an issue for us anymore.