Skip to content

Commit 39aefd7

Browse files
authored
Remove git overide for bazel-common in MODULE.bazel (bazelbuild#657)
Remove git overide for bazel-common in MODULE.bazel as it is now published to bcr.
1 parent 6ddf3df commit 39aefd7

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@ bazel_dep(
3131
version = "20240722.0",
3232
)
3333

34-
bazel_dep(name = "google_bazel_common")
35-
36-
git_override(
37-
module_name = "google_bazel_common",
38-
commit = "34102e4cf748e2922697f28f629ecea687345254",
39-
remote = "https://github.com/google/bazel-common",
34+
bazel_dep(
35+
name = "google_bazel_common",
36+
version = "0.0.1",
4037
)
4138

4239
# TODO: Switch to a release version once it's available in BCR.

0 commit comments

Comments
 (0)