Skip to content

Commit

Permalink
Update dependencies to work with bazel 15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanekim committed Jul 3, 2018
1 parent 6df4d49 commit 51159f3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
git_repository(
name = "bazel_skylib",
remote = "https://github.com/bazelbuild/bazel-skylib.git",
tag = "0.2.0",
tag = "0.5.0",
)

git_repository(
name = "build_bazel_rules_apple",
remote = "https://github.com/bazelbuild/rules_apple.git",
tag = "0.3.0",
tag = "0.6.0",
)

git_repository(
name = "build_bazel_rules_swift",
remote = "https://github.com/bazelbuild/rules_swift.git",
tag = "0.2.0",
)

http_file(
name = "xctestrunner",
executable = 1,
url = "https://github.com/google/xctestrunner/releases/download/0.2.1/ios_test_runner.par",
url = "https://github.com/google/xctestrunner/releases/download/0.2.3/ios_test_runner.par",
)

0 comments on commit 51159f3

Please sign in to comment.