Skip to content

Commit

Permalink
chore(deps): update dependency com_github_bazelbuild_buildtools to v7 (
Browse files Browse the repository at this point in the history
…#4984)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent ef7b3ac commit a5f1b64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions non_module_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ def _non_module_deps_impl(
)
http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
strip_prefix = "buildtools-6.4.0",
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.4.0.tar.gz"],
sha256 = "051951c10ff8addeb4f10be3b0cf474b304b2ccd675f2cc7683cdd9010320ca9",
strip_prefix = "buildtools-7.3.1",
urls = ["https://github.com/bazelbuild/buildtools/archive/v7.3.1.tar.gz"],
)

non_module_deps = module_extension(
Expand Down

0 comments on commit a5f1b64

Please sign in to comment.