diff --git a/examples/interesting_deps/MODULE.bazel b/examples/interesting_deps/MODULE.bazel index 0369c435e..17027e135 100644 --- a/examples/interesting_deps/MODULE.bazel +++ b/examples/interesting_deps/MODULE.bazel @@ -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",