We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afcfc2 commit 2c87605Copy full SHA for 2c87605
WORKSPACE.bazel
@@ -159,10 +159,10 @@ http_archive(
159
160
http_archive(
161
name = "buildifier_prebuilt",
162
- sha256 = "72b5bb0853aac597cce6482ee6c62513318e7f2c0050bc7c319d75d03d8a3875",
163
- strip_prefix = "buildifier-prebuilt-6.3.3",
+ sha256 = "7f85b688a4b558e2d9099340cfb510ba7179f829454fba842370bccffb67d6cc",
+ strip_prefix = "buildifier-prebuilt-7.3.1",
164
urls = [
165
- "http://github.com/keith/buildifier-prebuilt/archive/6.3.3.tar.gz",
+ "http://github.com/keith/buildifier-prebuilt/archive/7.3.1.tar.gz",
166
],
167
)
168
0 commit comments