File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ bazel run -- @buildifier_prebuilt//:buildifier ARGS
4646``` python
4747bazel_dep(
4848 name = " buildifier_prebuilt" ,
49- version = " 8.2.1.2 " ,
49+ version = " 8.5.1 " ,
5050 dev_dependency = True ,
5151)
5252```
@@ -63,10 +63,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
6363
6464http_archive(
6565 name = " buildifier_prebuilt" ,
66- sha256 = " c80b20ca1138097b5ce60bb258a6fd06ffcf7469f5f7e6722881845ff64251eb " ,
67- strip_prefix = " buildifier-prebuilt-8.2.1.2 " ,
66+ sha256 = " 478f8a4b40af0ffd09e4823062a0ea28fda4247236f1059324b783202e0dd4d4 " ,
67+ strip_prefix = " buildifier-prebuilt-8.5.1 " ,
6868 urls = [
69- " http://github.com/keith/buildifier-prebuilt/archive/8.2.1.2 .tar.gz" ,
69+ " http://github.com/keith/buildifier-prebuilt/archive/8.5.1 .tar.gz" ,
7070 ],
7171)
7272
You can’t perform that action at this time.
0 commit comments