We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4e8b2 commit 8c0eaf2Copy full SHA for 8c0eaf2
README.md
@@ -13,15 +13,13 @@ This is not an official Google product.
13
14
1. Choose the commit hash you want to use.
15
16
-2. Add the following to your `MODULE.bazel` file, replacing `_COMMIT_` with the
17
- commit hash.
+2. Add the following to your `MODULE.bazel` file. The version can be found
+[here](https://registry.bazel.build/modules/google_bazel_common)
18
19
```bzl
20
- bazel_dep(name = "google_bazel_common")
21
- git_override(
22
- module_name = "google_bazel_common",
23
- commit = "_COMMIT_",
24
- remote = "https://github.com/google/bazel-common",
+ bazel_dep(
+ name = "google_bazel_common",
+ version = "0.0.1",
25
)
26
```
27
0 commit comments