We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b97b64 commit b04de05Copy full SHA for b04de05
MODULE.bazel
@@ -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
+module(
+ name = "bazel-diff",
+ version = "7.2.5",
+ compatibility_level = 0,
+)
7
8
bazel_dep(name = "bazel_skylib", version = "1.5.0")
9
bazel_dep(name = "rules_proto", version = "6.0.0-rc2")
0 commit comments