Skip to content

Commit

Permalink
chore(deps): update dependency google_cloud_cpp to v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 2, 2023
1 parent 0bc67ab commit 343b1e5
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 = "8cb87ec2947e691a7f8631877e78453bcfda51b3d3cd4940794a376741888d37",
strip_prefix = "google-cloud-cpp-2.17.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.17.0.tar.gz",
sha256 = "374efd3d85144f373cc8efcaea30712c0b1afacfc35574e2f4fd512360fd3d01",
strip_prefix = "google-cloud-cpp-2.18.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.18.0.tar.gz",
)
# [END cpp_setup_bazel_download]

Expand Down

0 comments on commit 343b1e5

Please sign in to comment.