We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d525111 commit b919616Copy full SHA for b919616
1 file changed
MODULE.bazel
@@ -18,12 +18,12 @@ bazel_dep(name = "gz-utils")
18
19
archive_override(
20
module_name = "gz-math",
21
- strip_prefix = "gz-math-main",
22
- urls = ["https://github.com/gazebosim/gz-math/archive/refs/heads/main.tar.gz"],
+ strip_prefix = "gz-math-gz-math9",
+ urls = ["https://github.com/gazebosim/gz-math/archive/refs/heads/gz-math9.tar.gz"],
23
)
24
25
26
module_name = "gz-utils",
27
- strip_prefix = "gz-utils-main",
28
- urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/main.tar.gz"],
+ strip_prefix = "gz-utils-gz-utils4",
+ urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/gz-utils4.tar.gz"],
29
0 commit comments