Skip to content

Commit

Permalink
iox-#2325 update MODULE.bazel
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 committed Aug 26, 2024
1 parent d8204a2 commit 1a44994
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
module(name = "org_eclipse_iceroyx", version = "2.95.0")

bazel_dep(name = "cpptoml", version = "0.1.1")
bazel_dep(name = "googletest", version = "1.15.2")
bazel_dep(name = "buildtools", dev_dependency = True, repo_name = "com_github_bazelbuild_buildtools")
git_override(
module_name = 'buildtools',
remote = 'https://github.com/bazelbuild/buildtools.git',
commit = '37932ddd72301f8ca6075ee6b24e9e5d333c96a5', # Jun 28, 2024
)
bazel_dep(name = "cpptoml", version = "0.1.1")
bazel_dep(name = "googletest", version = "1.15.2")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_cc", version = "0.0.9")
Empty file added WORKSPACE.bzlmod
Empty file.

0 comments on commit 1a44994

Please sign in to comment.