Skip to content

Commit

Permalink
Update dependency rules_foreign_cc to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2023
1 parent 4132654 commit 827ae27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def ros2_repositories():
maybe(
http_archive,
name = "rules_foreign_cc",
sha256 = "2a4d07cd64b0719b39a7c12218a3e507672b82a97b98c6a89d38565894cf7c51",
strip_prefix = "rules_foreign_cc-0.9.0",
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/refs/tags/0.9.0.tar.gz",
sha256 = "476303bd0f1b04cc311fc258f1708a5f6ef82d3091e53fd1977fa20383425a6a",
strip_prefix = "rules_foreign_cc-0.10.1",
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/refs/tags/0.10.1.tar.gz",
)

maybe(
Expand Down

0 comments on commit 827ae27

Please sign in to comment.