Skip to content

Commit 16ca116

Browse files
Update README.md for 8.5.1 (#139)
Automated update of `README.md` for release 8.5.1 Co-authored-by: keith <keith@users.noreply.github.com>
1 parent 0dae915 commit 16ca116

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bazel run -- @buildifier_prebuilt//:buildifier ARGS
4646
```python
4747
bazel_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

6464
http_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

0 commit comments

Comments
 (0)