Skip to content

Commit

Permalink
chore(deps): update dependency rules_swift_package_manager to v0.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 7853641 commit 8b7765c
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 = "2.1.0",
repo_name = "build_bazel_rules_swift",
)
bazel_dep(name = "rules_swift_package_manager", version = "0.34.1")
bazel_dep(name = "rules_swift_package_manager", version = "0.35.1")

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 = "4c7743d1d919a7217b318e99216fddfe661fc4f609ad78bd9d0ca3be26513a16",
sha256 = "d1d1f086f065d74cdff91b758654b74705a4e2fb45ce52f79627a8e3085c0ef5",
urls = [
"https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.34.1/rules_swift_package_manager.v0.34.1.tar.gz",
"https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.35.1/rules_swift_package_manager.v0.35.1.tar.gz",
],
)

Expand Down

0 comments on commit 8b7765c

Please sign in to comment.