Skip to content

Commit

Permalink
Upgrade Bazel.
Browse files Browse the repository at this point in the history
  • Loading branch information
shoumikhin committed May 8, 2018
1 parent 8ca3c4a commit 08dde88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,10 @@ swift_library(
srcs = glob([
"Tests/PromisesPerformanceTests/*.swift",
]),
copts = SWIFT_COPTS,
swift_version = 4,
copts = SWIFT_COPTS + [
"-swift-version",
"4",
],
deps = [
":FBLPromisesTestHelpers",
":PromisesTestHelpers",
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
git_repository(
name = "bazel_skylib",
remote = "https://github.com/bazelbuild/bazel-skylib.git",
tag = "0.2.0",
tag = "0.3.1",
)

git_repository(
name = "build_bazel_rules_apple",
remote = "https://github.com/bazelbuild/rules_apple.git",
tag = "0.3.0",
tag = "0.5.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.2/ios_test_runner.par",
)

0 comments on commit 08dde88

Please sign in to comment.