Skip to content

Commit

Permalink
[7.0.0] update to platforms/0.0.8 (bazelbuild#19906)
Browse files Browse the repository at this point in the history
Closes bazelbuild#19887.

Commit
bazelbuild@29985cd

PiperOrigin-RevId: 574598871
Change-Id: I961aee0329ca00a01bceddbf69b33ff396e013d5

---------

Co-authored-by: Tony Aiuto <[email protected]>
  • Loading branch information
iancha1992 and aiuto authored Oct 20, 2023
1 parent 2cb3159 commit f2a4a71
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bazel_dep(name = "rules_license", version = "0.0.7")
bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "protobuf", version = "21.7", repo_name = "com_google_protobuf")
bazel_dep(name = "grpc", version = "1.48.1.bcr.1", repo_name = "com_github_grpc_grpc")
bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "rules_pkg", version = "0.9.1")
bazel_dep(name = "stardoc", version = "0.5.3", repo_name = "io_bazel_skydoc")
bazel_dep(name = "zstd-jni", version = "1.5.2-3.bcr.1")
Expand Down
46 changes: 23 additions & 23 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions distdir_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ DIST_DEPS = {
#
########################################
"platforms": {
"archive": "platforms-0.0.7.tar.gz",
"sha256": "3a561c99e7bdbe9173aa653fd579fe849f1d8d67395780ab4770b1f381431d51",
"archive": "platforms-0.0.8.tar.gz",
"sha256": "8150406605389ececb6da07cbcb509d5637a3ab9a24bc69b1101531367d89d74",
"urls": [
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz",
],
"used_in": [
"additional_distfiles",
],
"package_version": "0.0.7",
"package_version": "0.0.8",
},
"bazelci_rules": {
"archive": "bazelci_rules-1.0.0.tar.gz",
Expand Down

0 comments on commit f2a4a71

Please sign in to comment.