Skip to content

Commit

Permalink
chore(deps): update dependency google_cloud_cpp to v2.14.0 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Aug 1, 2023
1 parent e338d8d commit 81fdf95
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 = "7204805106be2164b2048a965b3cc747dd8bd9193c52d9b572c07606ea72ab7e",
strip_prefix = "google-cloud-cpp-2.13.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.13.0.tar.gz",
sha256 = "371d01b03c7e2604d671b8fa1c86710abe3b524a78bc2705a6bb4de715696755",
strip_prefix = "google-cloud-cpp-2.14.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.14.0.tar.gz",
)
# [END cpp_setup_bazel_download]

Expand Down

0 comments on commit 81fdf95

Please sign in to comment.