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 @@ -4,10 +4,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4
4
5
5
http_archive (
6
6
name = "bazel_skylib" ,
7
- sha256 = "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa " ,
7
+ sha256 = "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94 " ,
8
8
urls = [
9
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2 /bazel-skylib-1.4.2 .tar.gz" ,
10
- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2 /bazel-skylib-1.4.2 .tar.gz" ,
9
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0 /bazel-skylib-1.5.0 .tar.gz" ,
10
+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0 /bazel-skylib-1.5.0 .tar.gz" ,
11
11
],
12
12
)
13
13
You can’t perform that action at this time.
0 commit comments