Provide a means for integrating external Swift packages built by Swift Package Manager into Bazel build using rules_swift.
58
stars
13
forks
source link
chore(deps): update dependency contrib_rules_bazel_integration_test to v0.10.2 #219
Closed
renovate[bot] closed 1 year ago
This PR contains the following updates:
v0.10.1
->v0.10.2
Release Notes
bazel-contrib/rules_bazel_integration_test
### [`v0.10.2`](https://togithub.com/bazel-contrib/rules_bazel_integration_test/releases/tag/v0.10.2) [Compare Source](https://togithub.com/bazel-contrib/rules_bazel_integration_test/compare/v0.10.1...v0.10.2) #### What's Changed - chore: build a release source archive by [@cgrindel](https://togithub.com/cgrindel) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/112](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/112) **Full Changelog**: https://github.com/bazel-contrib/rules_bazel_integration_test/compare/v0.10.1...v0.10.2 #### Workspace Snippet ```python http_archive( name = "contrib_rules_bazel_integration_test", sha256 = "a10fae360743bad8fa07b2a7ddd406297287374d3edc938c2dbae5fce6186ee0", strip_prefix = "rules_bazel_integration_test-0.10.2", urls = [ "http://github.com/bazel-contrib/rules_bazel_integration_test/archive/v0.10.2.tar.gz", ], ) load("@contrib_rules_bazel_integration_test//bazel_integration_test:deps.bzl", "bazel_integration_test_rules_dependencies") bazel_integration_test_rules_dependencies() load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ```Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.