File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
8
8
9
9
http_archive (
10
10
name = "bazel_skylib" ,
11
- sha256 = "41449d7c7372d2e270e8504dfab09ee974325b0b40fdd98172c7fbe257b8bcc9 " ,
11
+ sha256 = "9f38886a40548c6e96c106b752f242130ee11aaa068a56ba7e56f4511f33e4f2 " ,
12
12
urls = [
13
- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.6.0 /bazel-skylib-1.6.0 .tar.gz" ,
14
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.6.0 /bazel-skylib-1.6.0 .tar.gz" ,
13
+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.6.1 /bazel-skylib-1.6.1 .tar.gz" ,
14
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.6.1 /bazel-skylib-1.6.1 .tar.gz" ,
15
15
],
16
16
)
17
17
You can’t perform that action at this time.
0 commit comments