Skip to content

Commit

Permalink
chore(deps): update dependency com_github_google_benchmark to v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 31, 2021
1 parent f2d8037 commit 6234a37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_party/test_repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def test_repos():
if "com_github_google_benchmark" not in native.existing_rules():
http_archive(
name = "com_github_google_benchmark",
sha256 = "3c6a165b6ecc948967a1ead710d4a181d7b0fbcaa183ef7ea84604994966221a",
strip_prefix = "benchmark-1.5.0",
urls = ["https://github.com/google/benchmark/archive/v1.5.0.tar.gz"],
sha256 = "789f85b4810d13ff803834ea75999e41b326405d83d6a538baf01499eda96102",
strip_prefix = "benchmark-1.5.6",
urls = ["https://github.com/google/benchmark/archive/v1.5.6.tar.gz"],
)

if "com_google_absl" not in native.existing_rules():
Expand Down

0 comments on commit 6234a37

Please sign in to comment.