Skip to content

Commit

Permalink
Update usage commit
Browse files Browse the repository at this point in the history
The previous version still had an issue whereas the user would get:
"The repository '@@com_github_bazelbuild_buildtools' could not be resolved:
Repository '@@com_github_bazelbuild_buildtools' is not defined. and referenced by
'@@bazel_clang_tidy//clang_tidy:clang_tidy'"
  • Loading branch information
TheMrAI authored and erenon committed Feb 14, 2024
1 parent 43bef68 commit 575a312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ load(

git_repository(
name = "bazel_clang_tidy",
commit = "69aa13e6d7cf102df70921c66be15d4592251e56",
commit = "43bef6852a433f3b2a6b001daecc8bc91d791b92",
remote = "https://github.com/erenon/bazel_clang_tidy.git",
)
```
Expand Down

0 comments on commit 575a312

Please sign in to comment.