Skip to content

Commit

Permalink
chore(deps): update dependency rules_swift_package_manager to v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent 8466538 commit 1bdc8d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/custom_test_runner/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bazel_dep(
version = "1.13.0",
repo_name = "build_bazel_rules_swift",
)
bazel_dep(name = "rules_swift_package_manager", version = "0.18.2")
bazel_dep(name = "rules_swift_package_manager", version = "0.19.0")

bazel_binaries = use_extension(
"@rules_bazel_integration_test//:extensions.bzl",
Expand Down
4 changes: 2 additions & 2 deletions examples/custom_test_runner/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_swift_package_manager",
sha256 = "64355843a514c7b8e6e3cf4eca08860accfcdba19ed6400f7b583565252ecd1a",
sha256 = "a71f495d1e9dec98970c3074dadc45ccd5bbd7a2dd4f0b39ee7db863b56bb272",
urls = [
"https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.18.2/rules_swift_package_manager.v0.18.2.tar.gz",
"https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.19.0/rules_swift_package_manager.v0.19.0.tar.gz",
],
)

Expand Down

0 comments on commit 1bdc8d0

Please sign in to comment.