You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lint when a dependency version requirement is lower than the resolved dependencies version.
Advantage
Low effort way of ensuring version requirements are not too low
Drawbacks
Someone can verify their version requirements a different way
Even if someone is using this for helping with version requiirements, there are times where they want to raise the version requirements (e.g. testing latest)