diff --git a/deps.bzl b/deps.bzl index 572cde749..e104bd58e 100644 --- a/deps.bzl +++ b/deps.bzl @@ -11,9 +11,9 @@ def dependencies(): ) 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 = "573345c2039889a4001b9933a7ebde8dcaf910c47787993aecccebc3117a4425", + strip_prefix = "buildtools-8.0.3", + urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.3.tar.gz"], ) http_archive( name = "com_github_tnarg_rules_cue",