Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 20, 2021
1 parent c1b86cf commit 4c31cf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Define before rules_proto, otherwise we receive the version of com_google_protobuf from there
http_archive(
name = "com_google_protobuf",
sha256 = "6aff9834fd7c540875e1836967c8d14c6897e3785a2efac629f69860fb7834ff",
strip_prefix = "protobuf-3.15.0",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.15.0.tar.gz"],
sha256 = "f18a40816260a9a3190a94efb0fc26270b244a2436681602f0a944739095d632",
strip_prefix = "protobuf-3.15.1",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.15.1.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit 4c31cf2

Please sign in to comment.