Skip to content

Commit a9075b2

Browse files
authored
chore(deps): update dependency platforms to v1.1.0 (#16125)
1 parent 1070fe5 commit a9075b2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MODULE.bazel

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

23-
bazel_dep(name = "platforms", version = "1.0.0")
23+
bazel_dep(name = "platforms", version = "1.1.0")
2424
bazel_dep(name = "bazel_skylib", version = "1.9.0")
2525
bazel_dep(name = "rules_cc", version = "0.2.17")
2626
bazel_dep(name = "abseil-cpp", version = "20250814.2")

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/1.0.0/platforms-1.0.0.tar.gz",
64+
"https://github.com/bazelbuild/platforms/releases/download/1.1.0/platforms-1.1.0.tar.gz",
6565
],
66-
sha256 = "3384eb1c30762704fbe38e440204e114154086c8fc8a8c2e3e28441028c019a8",
66+
sha256 = "dbad4a23abcca6171e47b79edc53bd6a41067a3b75f9e8b104656b459ff25046",
6767
)
6868

6969
# Load rules_cc, used by googletest

0 commit comments

Comments
 (0)