Skip to content

Commit 0fbc820

Browse files
committed
[Thirdparty] Upgrade bazel-skylib to support config_setting_group.
1 parent f236922 commit 0fbc820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ http_archive(
7373
) # https://github.com/bazelbuild/apple_support/releases
7474
http_archive(
7575
name = "bazel_skylib",
76-
sha256 = "2ef429f5d7ce7111263289644d233707dba35e39696377ebab8b0bc701f7818e",
77-
urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/0.8.0/bazel-skylib.0.8.0.tar.gz"],
76+
sha256 = "1c531376ac7e5a180e0237938a2536de0c54d93f5c278634818e0efc952dd56c",
77+
urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz"],
7878
) # https://github.com/bazelbuild/bazel-skylib/releases
7979
http_archive(
8080
name = "com_github_apple_swift_swift_protobuf",

0 commit comments

Comments
 (0)