Skip to content

Commit

Permalink
chore(deps): update dependency build_bazel_rules_swift to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 4bcef3a commit 2049c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/custom_test_runner/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ swift_bazel_dependencies()

http_archive(
name = "build_bazel_rules_swift",
sha256 = "5bb49e7a1764f3f227677c572d6487b5bfeb2613eaaae2a82b240d9b836a0b4e",
url = "https://github.com/bazelbuild/rules_swift/releases/download/2.3.1/rules_swift.2.3.1.tar.gz",
sha256 = "28db894977ac51c8f3ab7c6dc9d655a85510366734e900b3c5302ce1ed91256c",
url = "https://github.com/bazelbuild/rules_swift/releases/download/2.4.0/rules_swift.2.4.0.tar.gz",
)

load("//:swift_deps.bzl", "swift_dependencies")
Expand Down

0 comments on commit 2049c83

Please sign in to comment.