Skip to content

Commit

Permalink
update data-collect-protocol v8.9.1 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shikugawa authored Mar 22, 2022
1 parent 838aa58 commit 6baf3c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ def cpp2sky_dependencies():
def skywalking_data_collect_protocol():
http_archive(
name = "skywalking_data_collect_protocol",
sha256 = "d12f2ab507393342f03ba14442154a58a428de63b972a8e6c5a1b6d7cc2b6fb8",
sha256 = "49bd689b9c1c0ea12064bd35581689cef7835e5ac15d335dc425fbfc2029aa90",
urls = [
"https://github.com/apache/skywalking-data-collect-protocol/archive/v8.8.0.tar.gz"
"https://github.com/apache/skywalking-data-collect-protocol/archive/v8.9.1.tar.gz"
],
strip_prefix = "skywalking-data-collect-protocol-8.8.0",
strip_prefix = "skywalking-data-collect-protocol-8.9.1",
)

def com_github_grpc_grpc():
Expand Down

0 comments on commit 6baf3c3

Please sign in to comment.