Skip to content

Commit

Permalink
BCR support
Browse files Browse the repository at this point in the history
Adds needed changes for BCR
  • Loading branch information
tinder-maxwellelliott committed Oct 3, 2024
1 parent 9b97b64 commit c965329
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
###############################################################################
# Bazel now uses Bzlmod by default to manage external dependencies.
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
#
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
###############################################################################
module(
name = "bazel-diff",
version = "7.2.5",
compatibility_level = 0,
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "rules_proto", version = "6.0.0-rc2")
Expand Down

0 comments on commit c965329

Please sign in to comment.