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 @@ -7,10 +7,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
77# To update this version, copy-paste instructions from https://github.com/bazelbuild/bazel-skylib/releases
88http_archive (
99 name = "bazel_skylib" ,
10- sha256 = "1c531376ac7e5a180e0237938a2536de0c54d93f5c278634818e0efc952dd56c " ,
10+ sha256 = "51b5105a760b353773f904d2bbc5e664d0987fbaf22265164de65d43e910d8ac " ,
1111 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.8.1 /bazel-skylib-1.8.1 .tar.gz" ,
13+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.8.1 /bazel-skylib-1.8.1 .tar.gz" ,
1414 ],
1515)
1616
You can’t perform that action at this time.
0 commit comments