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
Does bazel-deps support pulling down latest 3rdparty dependency versions available from say, Maven?
E.g. if I specify version to be LATEST then it'll pull down whatever latest version that is available in the repository.
Looking at the documentation looks like you can either hardcode the version number or leave it blank (in which case it'll be fulfilled by transitive deps). It'll be handy to add LATEST option.
The text was updated successfully, but these errors were encountered:
Does bazel-deps support pulling down latest 3rdparty dependency versions available from say, Maven?
E.g. if I specify
version
to beLATEST
then it'll pull down whatever latest version that is available in the repository.Looking at the documentation looks like you can either hardcode the
version
number or leave it blank (in which case it'll be fulfilled by transitive deps). It'll be handy to addLATEST
option.The text was updated successfully, but these errors were encountered: