diff --git a/examples/interesting_deps/MODULE.bazel b/examples/interesting_deps/MODULE.bazel index d0521c940..3aec97733 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.6") +bazel_dep(name = "platforms", version = "0.0.10") bazel_dep( name = "rules_swift", version = "2.2.4",