Skip to content

Commit

Permalink
Bump bazel_gazelle (#79)
Browse files Browse the repository at this point in the history
Fixes #78
  • Loading branch information
pcj committed May 7, 2019
1 parent 76a406a commit 06dd540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def external_zlib(**kwargs):

def com_github_bazelbuild_bazel_gazelle(**kwargs):
if "com_github_bazelbuild_bazel_gazelle" not in native.existing_rules():
sha1 = "4bee5cae22da3b948d90293aff01928dd3b9f41a"
sha1 = "a79ae21dcb2e1f4d36c2b99bb14e27816c5f4100"
http_archive(
name = "com_github_bazelbuild_bazel_gazelle",
strip_prefix = "bazel-gazelle-" + sha1,
Expand Down

0 comments on commit 06dd540

Please sign in to comment.