Skip to content

Commit 9cb5950

Browse files
authored
chore(deps): update dependency platforms to v0.0.11 (#14927)
1 parent e4b94ca commit 9cb5950

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module(
2020
compatibility_level = 2, # Updated by CMake
2121
)
2222

23-
bazel_dep(name = "platforms", version = "0.0.10")
23+
bazel_dep(name = "platforms", version = "0.0.11")
2424
bazel_dep(name = "bazel_skylib", version = "1.7.1")
2525
bazel_dep(name = "rules_cc", version = "0.0.17")
2626
bazel_dep(name = "abseil-cpp", version = "20240722.0", repo_name = "com_google_absl")

bazel/workspace0.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ def gl_cpp_workspace0(name = None):
6161
http_archive,
6262
name = "platforms",
6363
urls = [
64-
"https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
64+
"https://github.com/bazelbuild/platforms/releases/download/0.0.11/platforms-0.0.11.tar.gz",
6565
],
66-
sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee",
66+
sha256 = "29742e87275809b5e598dc2f04d86960cc7a55b3067d97221c9abbc9926bff0f",
6767
)
6868

6969
# Load rules_cc, used by googletest

0 commit comments

Comments
 (0)