We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507ac49 commit 4fb190aCopy full SHA for 4fb190a
bazel/repositories.bzl
@@ -14,11 +14,11 @@ def cpp2sky_dependencies():
14
def skywalking_data_collect_protocol():
15
http_archive(
16
name = "skywalking_data_collect_protocol",
17
- sha256 = "49bd689b9c1c0ea12064bd35581689cef7835e5ac15d335dc425fbfc2029aa90",
+ sha256 = "4cf7cf84a9478a09429a7fbc6ad1e1b10c70eb54999438a36eacaf539a39d343",
18
urls = [
19
- "https://github.com/apache/skywalking-data-collect-protocol/archive/v8.9.1.tar.gz"
+ "https://github.com/apache/skywalking-data-collect-protocol/archive/v9.1.0.tar.gz"
20
],
21
- strip_prefix = "skywalking-data-collect-protocol-8.9.1",
+ strip_prefix = "skywalking-data-collect-protocol-9.1.0",
22
)
23
24
def com_github_grpc_grpc():
0 commit comments