From 6b6f4fe3385ed37389fb231bc40be81de2f1230f Mon Sep 17 00:00:00 2001 From: Tristan Emrich Date: Thu, 9 May 2019 16:22:41 -0700 Subject: [PATCH] Updates Apple Bazel rules version to 0.16.1. --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 52fe71c..57af68d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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.15.0", + tag = "0.16.1", ) load(