Skip to content

Commit

Permalink
Fix com_google_protobuf examples in documentation [skip ci] (bazel-co…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Conrod authored Apr 20, 2020
1 parent da7f361 commit af0f76b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ To generate code from protocol buffers, you'll need to add a dependency on
http_archive(
name = "com_google_protobuf",
sha256 = "9748c0d90e54ea09e5e75fb7fac16edce15d2028d4356f32211cfa3c0e956564",
strip_prefix = "protobuf-3.11.4",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.11.4.zip"],
)
Expand Down
1 change: 1 addition & 0 deletions go/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ the execution platform, too.
http_archive(
name = "com_google_protobuf",
sha256 = "9748c0d90e54ea09e5e75fb7fac16edce15d2028d4356f32211cfa3c0e956564",
strip_prefix = "protobuf-3.11.4",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.11.4.zip"],
)
Expand Down

0 comments on commit af0f76b

Please sign in to comment.