Skip to content

Commit

Permalink
Update dependency com_github_bazelbuild_buildtools to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zemnmez-renovate-bot committed Apr 15, 2023
1 parent 8d41a7e commit 02ddf1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bzl/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ def fetch_dependencies():

http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "ca524d4df8c91838b9e80543832cf54d945e8045f6a2b9db1a1d02eec20e8b8c",
strip_prefix = "buildtools-6.0.1",
sha256 = "a75c337f4d046e560298f52ae95add73b9b933e4d6fb01ed86d57313e53b68e6",
strip_prefix = "buildtools-6.1.0",
urls = [
"https://github.com/bazelbuild/buildtools/archive/refs/tags/6.0.1.tar.gz",
"https://github.com/bazelbuild/buildtools/archive/refs/tags/6.1.0.tar.gz",
],
)

Expand Down

0 comments on commit 02ddf1a

Please sign in to comment.