Skip to content

Commit 4fb190a

Browse files
authored
update data collect protocol to v9.1.0 (#101)
1 parent 507ac49 commit 4fb190a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ def cpp2sky_dependencies():
1414
def skywalking_data_collect_protocol():
1515
http_archive(
1616
name = "skywalking_data_collect_protocol",
17-
sha256 = "49bd689b9c1c0ea12064bd35581689cef7835e5ac15d335dc425fbfc2029aa90",
17+
sha256 = "4cf7cf84a9478a09429a7fbc6ad1e1b10c70eb54999438a36eacaf539a39d343",
1818
urls = [
19-
"https://github.com/apache/skywalking-data-collect-protocol/archive/v8.9.1.tar.gz"
19+
"https://github.com/apache/skywalking-data-collect-protocol/archive/v9.1.0.tar.gz"
2020
],
21-
strip_prefix = "skywalking-data-collect-protocol-8.9.1",
21+
strip_prefix = "skywalking-data-collect-protocol-9.1.0",
2222
)
2323

2424
def com_github_grpc_grpc():

0 commit comments

Comments
 (0)