Skip to content

Commit

Permalink
Updates Apple Bazel rules to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Emrich committed Jan 9, 2019
1 parent cd377b3 commit ef5b47d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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.11.0",
tag = "0.12.0",
)

load(
Expand All @@ -13,12 +13,6 @@ load(

apple_rules_dependencies()

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

load(
"@build_bazel_rules_swift//swift:repositories.bzl",
"swift_rules_dependencies",
Expand Down

0 comments on commit ef5b47d

Please sign in to comment.