# Override Gz deps to be pulled from the `main` branches so that CI uses deps
# from HEAD on `main`.
archive_override(
module_name = "gz-math",
strip_prefix = "gz-math-main",
urls = ["https://github.com/gazebosim/gz-math/archive/refs/heads/main.tar.gz"],
)
archive_override(
module_name = "gz-utils",
strip_prefix = "gz-utils-main",
urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/main.tar.gz"],
)