Skip to content

Commit

Permalink
Update common-cpp dep for boringssl error with Clang 16 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
renjiezh authored Dec 13, 2023
1 parent 1f5411f commit 3bfed04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Common-cpp
http_archive(
name = "wfa_common_cpp",
sha256 = "dc0c388a8cc3ea36b189edd76efba50aebdc457b4662ed2fbca510a05cffb5ee",
strip_prefix = "common-cpp-0.10.2",
url = "https://github.com/world-federation-of-advertisers/common-cpp/archive/v0.10.2.tar.gz",
sha256 = "43398c7b44f692ef4a189afb674f27fa22e407797074a91d6db79908e6775162",
strip_prefix = "common-cpp-0.10.3",
url = "https://github.com/world-federation-of-advertisers/common-cpp/archive/v0.10.3.tar.gz",
)

load("@wfa_common_cpp//build:common_cpp_repositories.bzl", "common_cpp_repositories")
Expand Down

0 comments on commit 3bfed04

Please sign in to comment.