Skip to content

Commit

Permalink
chore(deps): update dependency google_cloud_cpp to v2.17.0 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 12, 2023
1 parent ed076a9 commit 8ea02c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ workspace(name = "hw")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "google_cloud_cpp",
sha256 = "7ca7f583b60d2aa1274411fed3b9fb3887119b2e84244bb3fc69ea1db819e4e5",
strip_prefix = "google-cloud-cpp-2.16.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.16.0.tar.gz",
sha256 = "8cb87ec2947e691a7f8631877e78453bcfda51b3d3cd4940794a376741888d37",
strip_prefix = "google-cloud-cpp-2.17.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.17.0.tar.gz",
)
# [END cpp_setup_bazel_download]

Expand Down

0 comments on commit 8ea02c4

Please sign in to comment.