Skip to content

Commit

Permalink
Update dependency build_bazel_rules_ios to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and sergiikhliustin committed Oct 27, 2023
1 parent dcd79f9 commit 2ee3c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_ios",
sha256 = "eb0ba19ffd013c26373795634f45369a534298bf701f4c7f355b50e71468409c",
url = "https://github.com/bazel-ios/rules_ios/releases/download/3.0.1/rules_ios.3.0.1.tar.gz",
sha256 = "ece4c3005d8d8bd067eaac8265e933b964bef7e6fb47c9d2b7d30ff1e2256cde",
url = "https://github.com/bazel-ios/rules_ios/releases/download/3.1.0/rules_ios.3.1.0.tar.gz",
)

load(
Expand Down

0 comments on commit 2ee3c72

Please sign in to comment.