Skip to content

Commit

Permalink
Update rules_swift to 0.6.0.
Browse files Browse the repository at this point in the history
Also update README.md's reference to xctestrunner

RELNOTES: None
PiperOrigin-RevId: 229983120
  • Loading branch information
sergiocampama committed Jan 18, 2019
1 parent 9f89aaa commit 7f65be5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "build_bazel_rules_apple",
remote = "https://github.com/bazelbuild/rules_apple.git",
tag = "0.10.0",
tag = "0.12.0",
)

load(
Expand Down Expand Up @@ -67,7 +67,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
http_file(
name = "xctestrunner",
executable = 1,
urls = ["https://github.com/google/xctestrunner/releases/download/0.2.5/ios_test_runner.par"],
urls = ["https://github.com/google/xctestrunner/releases/download/0.2.6/ios_test_runner.par"],
)
```

Expand Down
2 changes: 1 addition & 1 deletion apple/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ def apple_rules_dependencies(ignore_version_differences = False):
git_repository,
name = "build_bazel_rules_swift",
remote = "https://github.com/bazelbuild/rules_swift.git",
tag = "0.5.0",
tag = "0.6.0",
ignore_version_differences = ignore_version_differences,
)

0 comments on commit 7f65be5

Please sign in to comment.