Skip to content

Commit

Permalink
[drake_bazel_download] Upgrade MODULE.bazel
Browse files Browse the repository at this point in the history
Upgrade rules_cc to latest 0.0.x release 0.0.17.
Upgrade rules_python to latest release 0.40.0.
  • Loading branch information
jwnimmer-tri committed Nov 24, 2024
1 parent 0e07362 commit aafdb82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drake_bazel_download/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module(name = "drake_external_examples")

# Add the Bazel rulesets we need.
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_python", version = "0.31.0")
bazel_dep(name = "rules_cc", version = "0.0.17")
bazel_dep(name = "rules_python", version = "0.40.0")

# Use the host system python.
register_toolchains("@bazel_tools//tools/python:autodetecting_toolchain")
Expand Down

0 comments on commit aafdb82

Please sign in to comment.