From 2c87605c9d65679f48d5b88082c6ccbd4785daf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:38:36 -0800 Subject: [PATCH] chore(deps): update dependency buildifier_prebuilt to v7 (#534) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index e3f33af..b6b1697 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -159,10 +159,10 @@ http_archive( http_archive( name = "buildifier_prebuilt", - sha256 = "72b5bb0853aac597cce6482ee6c62513318e7f2c0050bc7c319d75d03d8a3875", - strip_prefix = "buildifier-prebuilt-6.3.3", + sha256 = "7f85b688a4b558e2d9099340cfb510ba7179f829454fba842370bccffb67d6cc", + strip_prefix = "buildifier-prebuilt-7.3.1", urls = [ - "http://github.com/keith/buildifier-prebuilt/archive/6.3.3.tar.gz", + "http://github.com/keith/buildifier-prebuilt/archive/7.3.1.tar.gz", ], )