Skip to content

Commit

Permalink
chore(deps): update dependency com_github_bazelbuild_buildtools to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 3e6ae46 commit 90cbbf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ protobuf_deps()

http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "051951c10ff8addeb4f10be3b0cf474b304b2ccd675f2cc7683cdd9010320ca9",
strip_prefix = "buildtools-7.3.1",
urls = ["https://github.com/bazelbuild/buildtools/archive/v7.3.1.tar.gz"],
sha256 = "1a9eaa51b2507eac7fe396811bc15dad4d15533acc61cc5b0d71004e1d0488cb",
strip_prefix = "buildtools-8.0.0",
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.0.tar.gz"],
)

load("@com_github_bazelbuild_buildtools//buildifier:deps.bzl", "buildifier_dependencies")
Expand Down
6 changes: 3 additions & 3 deletions non_module_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ def _non_module_deps_impl(
# TODO(bazelbuild/buildtools#1204): Remove when available as module.
http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "051951c10ff8addeb4f10be3b0cf474b304b2ccd675f2cc7683cdd9010320ca9",
strip_prefix = "buildtools-7.3.1",
urls = ["https://github.com/bazelbuild/buildtools/archive/v7.3.1.tar.gz"],
sha256 = "1a9eaa51b2507eac7fe396811bc15dad4d15533acc61cc5b0d71004e1d0488cb",
strip_prefix = "buildtools-8.0.0",
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.0.tar.gz"],
)

non_module_deps = module_extension(
Expand Down

0 comments on commit 90cbbf6

Please sign in to comment.