Skip to content

Commit

Permalink
Bump drake version to get support for bazel 6.0.0. (RobotLocomotion#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy-tri authored Feb 9, 2023
1 parent 7b0e950 commit 785d623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ new_local_repository(
)

(DRAKE_COMMIT, DRAKE_CHECKSUM) = (
"v1.9.0",
"a80a38d51bf2608489f7b44a882d00b76dac9765590afbfcf0c17090c16501ab",
"v1.12.0",
"b9fc9e07d6741b51b028c9ee3a036be507b90268b75b70a6a1c75e4de04339ad",
)

DRAKE_STRIP_PREFIX = "drake-1.9.0"
DRAKE_STRIP_PREFIX = "drake-1.12.0"
# If using commit vs. a tag, uncomment below.
# DRAKE_STRIP_PREFIX = "drake-v{}".format(DRAKE_COMMIT)

Expand Down

0 comments on commit 785d623

Please sign in to comment.