diff --git a/.bazelrc b/.bazelrc index b8df98f..dfae249 100644 --- a/.bazelrc +++ b/.bazelrc @@ -5,6 +5,10 @@ common --keep_going=yes build --test_output=errors build --test_summary=terse +# TODO(jwnimmer-tri) For the moment, we still need WORKSPACE.bzlmod. +# Once we can delete that file, we should remove the next line as well. +common --enable_workspace=true + # Add `bazel test --config=lint` shortcut for linting. build:lint --test_tag_filters=lint diff --git a/.bazelversion b/.bazelversion index 815da58..ae9a76b 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -7.4.1 +8.0.0