Skip to content

Commit

Permalink
chore: Use Google Benchmark 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Mar 5, 2022
1 parent 7817761 commit d2c9d38
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 @@ -38,10 +38,10 @@ def prometheus_cpp_repositories():
maybe(
http_archive,
name = "com_github_google_benchmark",
sha256 = "1f71c72ce08d2c1310011ea6436b31e39ccab8c2db94186d26657d41747c85d6",
strip_prefix = "benchmark-1.6.0",
sha256 = "6132883bc8c9b0df5375b16ab520fac1a85dc9e4cf5be59480448ece74b278d4",
strip_prefix = "benchmark-1.6.1",
urls = [
"https://github.com/google/benchmark/archive/v1.6.0.tar.gz",
"https://github.com/google/benchmark/archive/v1.6.1.tar.gz",
],
)

Expand Down

0 comments on commit d2c9d38

Please sign in to comment.