Skip to content

Commit

Permalink
Fix bazel/protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Aug 2, 2019
1 parent 282f189 commit 651200c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ versions.check(minimum_bazel_version = "0.5.4")
# It provides the protocol compiler binary (i.e., protoc).
http_archive(
name = "com_google_protobuf",
strip_prefix = "protobuf-master",
urls = ["https://github.com/protocolbuffers/protobuf/archive/master.zip"],
strip_prefix = "protobuf-3.5.1",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.5.1.zip"],
)

load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
Expand Down

0 comments on commit 651200c

Please sign in to comment.