Skip to content

Commit

Permalink
chore(deps): update dependency platforms to v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent c0dfc9f commit b66a317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/interesting_deps/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
# The apple_support bazel_dep must come before the rules_cc.
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
bazel_dep(name = "apple_support", version = "1.17.1")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "platforms", version = "0.0.11")
bazel_dep(
name = "rules_swift",
version = "2.3.1",
Expand Down

0 comments on commit b66a317

Please sign in to comment.