File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
7
7
# To update this version, copy-paste instructions from https://github.com/bazelbuild/bazel-skylib/releases
8
8
http_archive (
9
9
name = "bazel_skylib" ,
10
- sha256 = "1c531376ac7e5a180e0237938a2536de0c54d93f5c278634818e0efc952dd56c " ,
10
+ sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f " ,
11
11
urls = [
12
- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.3 /bazel-skylib-1.0.3 .tar.gz" ,
13
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.0.3 /bazel-skylib-1.0.3 .tar.gz" ,
12
+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1 /bazel-skylib-1.7.1 .tar.gz" ,
13
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7.1 /bazel-skylib-1.7.1 .tar.gz" ,
14
14
],
15
15
)
16
16
You can’t perform that action at this time.
0 commit comments