Skip to content

Commit b04de05

Browse files
BCR support (#234)
Adds needed changes for BCR
1 parent 9b97b64 commit b04de05

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

MODULE.bazel

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
###############################################################################
2-
# Bazel now uses Bzlmod by default to manage external dependencies.
3-
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
4-
#
5-
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
6-
###############################################################################
1+
module(
2+
name = "bazel-diff",
3+
version = "7.2.5",
4+
compatibility_level = 0,
5+
)
76

87
bazel_dep(name = "bazel_skylib", version = "1.5.0")
98
bazel_dep(name = "rules_proto", version = "6.0.0-rc2")

0 commit comments

Comments
 (0)