Skip to content

Commit

Permalink
Changed the protobuf version to 3.6.1 to accomodate latest bazel version
Browse files Browse the repository at this point in the history
  • Loading branch information
chamorajg committed Jun 3, 2019
1 parent 574d3dc commit 0df5fc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

git_repository(
name = "protobuf_bzl",
# v3.6.0
# v3.6.1.3
commit = "ab8edf1dbe2237b4717869eaab11a2998541ad8d",
remote = "https://github.com/google/protobuf.git",
)
Expand All @@ -44,11 +44,11 @@ bind(
actual = "@protobuf_bzl//:protoc",
)

# Using protobuf version 3.6.0
# Using protobuf version 3.6.1.3
http_archive(
name = "com_google_protobuf",
strip_prefix = "protobuf-3.6.0",
urls = ["https://github.com/google/protobuf/archive/v3.6.0.zip"],
strip_prefix = "protobuf-3.6.1.3",
urls = ["https://github.com/google/protobuf/archive/v3.6.1.3.zip"],
)

# required by protobuf_python
Expand Down

0 comments on commit 0df5fc6

Please sign in to comment.