We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8f98c commit dabf2aaCopy full SHA for dabf2aa
1 file changed
bazel/google_cloud_cpp_deps.bzl
@@ -63,11 +63,11 @@ def google_cloud_cpp_deps():
63
if "com_google_benchmark" not in native.existing_rules():
64
http_archive(
65
name = "com_google_benchmark",
66
- strip_prefix = "benchmark-1.5.6",
+ strip_prefix = "benchmark-1.6.0",
67
urls = [
68
- "https://github.com/google/benchmark/archive/v1.5.6.tar.gz",
+ "https://github.com/google/benchmark/archive/v1.6.0.tar.gz",
69
],
70
- sha256 = "789f85b4810d13ff803834ea75999e41b326405d83d6a538baf01499eda96102",
+ sha256 = "1f71c72ce08d2c1310011ea6436b31e39ccab8c2db94186d26657d41747c85d6",
71
)
72
73
# Load the googleapis dependency.
0 commit comments