Skip to content

Commit b9853dc

Browse files
authored
Align WORKSPACE and bzlmod dependency versions to fix abseil-cpp compatibility
1 parent 9df5937 commit b9853dc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

bazel/repositories.bzl

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,16 @@ def proxy_wasm_cpp_sdk_repositories():
4444
maybe(
4545
http_archive,
4646
name = "com_google_absl",
47-
sha256 = "95e90be7c3643e658670e0dd3c1b27092349c34b632c6e795686355f67eca89f",
48-
strip_prefix = "abseil-cpp-20240722.0",
49-
urls = ["https://github.com/abseil/abseil-cpp/archive/20240722.0.zip"],
47+
sha256 = "69909dd729932cbbabb9eeaff56179e8d124515f5d3ac906663d573d700b4c7d",
48+
strip_prefix = "abseil-cpp-20240116.2",
49+
urls = ["https://github.com/abseil/abseil-cpp/archive/20240116.2.zip"],
5050
)
5151

5252
maybe(
5353
http_archive,
5454
name = "com_google_re2",
55-
sha256 = "18cf85922e27fad3ed9c96a27733037da445f35eb1a2744c306a37c6d11e95c4",
56-
strip_prefix = "re2-2023-07-01",
57-
url = "https://github.com/google/re2/archive/2023-07-01.tar.gz",
55+
sha256 = "eb2df807c781601c14a260a507a5bb4509be1ee626024cb45acbd57cb9d4032b",
56+
strip_prefix = "re2-2024-07-02",
57+
url = "https://github.com/google/re2/archive/2024-07-02.tar.gz",
58+
repo_mapping = {"@abseil-cpp": "@com_google_absl"},
5859
)

0 commit comments

Comments
 (0)