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
Bazel finally added a external dependency management system, called "Bzlmod", a while back: https://bazel.build/external/overview
By now, Bzlmod is mature and the old system (WORKSPACE.bazel files) have been deprecated as of Bazel 8 and will be removed in Bazel 9: https://bazel.build/external/migration
It is time to migrate to future proof our code base. This issue is tracking that effort.
There is a related issue that tracks upgrading to Bazel 8: #151
The text was updated successfully, but these errors were encountered:
Bazel finally added a external dependency management system, called "Bzlmod", a while back: https://bazel.build/external/overview
By now, Bzlmod is mature and the old system (WORKSPACE.bazel files) have been deprecated as of Bazel 8 and will be removed in Bazel 9: https://bazel.build/external/migration
It is time to migrate to future proof our code base. This issue is tracking that effort.
There is a related issue that tracks upgrading to Bazel 8: #151
The text was updated successfully, but these errors were encountered: