Skip to content

Commit b919616

Browse files
committed
update bazel mod
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent d525111 commit b919616

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ bazel_dep(name = "gz-utils")
1818

1919
archive_override(
2020
module_name = "gz-math",
21-
strip_prefix = "gz-math-main",
22-
urls = ["https://github.com/gazebosim/gz-math/archive/refs/heads/main.tar.gz"],
21+
strip_prefix = "gz-math-gz-math9",
22+
urls = ["https://github.com/gazebosim/gz-math/archive/refs/heads/gz-math9.tar.gz"],
2323
)
2424

2525
archive_override(
2626
module_name = "gz-utils",
27-
strip_prefix = "gz-utils-main",
28-
urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/main.tar.gz"],
27+
strip_prefix = "gz-utils-gz-utils4",
28+
urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/gz-utils4.tar.gz"],
2929
)

0 commit comments

Comments
 (0)