Skip to content

Commit 34053a0

Browse files
authored
support v8.8.0 (#87)
1 parent 064dc34 commit 34053a0

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 = "d967c1b6e78db017e0c28291211baf4a58c02ff4d4437560285165963dd4a9d0",
17+
sha256 = "d12f2ab507393342f03ba14442154a58a428de63b972a8e6c5a1b6d7cc2b6fb8",
1818
urls = [
19-
"https://github.com/apache/skywalking-data-collect-protocol/archive/v8.6.0.tar.gz"
19+
"https://github.com/apache/skywalking-data-collect-protocol/archive/v8.8.0.tar.gz"
2020
],
21-
strip_prefix = "skywalking-data-collect-protocol-8.6.0",
21+
strip_prefix = "skywalking-data-collect-protocol-8.8.0",
2222
)
2323

2424
def com_github_grpc_grpc():

0 commit comments

Comments
 (0)