-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency rules_foreign_cc to v0.12.0 (#370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Milan Vukov <[email protected]>
- Loading branch information
1 parent
c520fa9
commit 1a376c8
Showing
2 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
"""Configures repo dependencies. | ||
""" | ||
|
||
load("@bazel_features//:deps.bzl", "bazel_features_deps") | ||
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") | ||
load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies") | ||
|
||
def ros2_deps(): | ||
""" Sets up dependencies. | ||
""" | ||
bazel_features_deps() | ||
bazel_skylib_workspace() | ||
rules_foreign_cc_dependencies() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters