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.3 #220
Closed
renovate[bot] closed 1 year ago
This PR contains the following updates:
v0.10.2
->v0.10.3
Release Notes
bazel-contrib/rules_bazel_integration_test
### [`v0.10.3`](https://togithub.com/bazel-contrib/rules_bazel_integration_test/releases/tag/v0.10.3) [Compare Source](https://togithub.com/bazel-contrib/rules_bazel_integration_test/compare/v0.10.2...v0.10.3) #### What's Changed - fix: pass the SHA256 for the release archive to the workspace snippet declaration by [@cgrindel](https://togithub.com/cgrindel) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/114](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/114) **Full Changelog**: https://github.com/bazel-contrib/rules_bazel_integration_test/compare/v0.10.2...v0.10.3 #### Workspace Snippet ```python http_archive( name = "contrib_rules_bazel_integration_test", sha256 = "6da8278ae7c78df6c7c222102c05e5807a3e5e65297f2a75968c899f7937750a", urls = [ "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.10.3/rules_bazel_integration_test.v0.10.3.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.