Skip to content

Commit 6b6f4fe

Browse files
author
Tristan Emrich
committed
Updates Apple Bazel rules version to 0.16.1.
1 parent 70c337e commit 6b6f4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
33
git_repository(
44
name = "build_bazel_rules_apple",
55
remote = "https://github.com/bazelbuild/rules_apple.git",
6-
tag = "0.15.0",
6+
tag = "0.16.1",
77
)
88

99
load(

0 commit comments

Comments
 (0)