File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ def rules_cdk_dependencies():
21
21
# The minimal version of bazel_skylib we require
22
22
http_archive (
23
23
name = "bazel_skylib" ,
24
- sha256 = "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94 " ,
24
+ sha256 = "d00f1389ee20b60018e92644e0948e16e350a7707219e7a390fb0a99b6ec9262 " ,
25
25
urls = [
26
- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5 .0/bazel-skylib-1.5 .0.tar.gz" ,
27
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5 .0/bazel-skylib-1.5 .0.tar.gz" ,
26
+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.7 .0/bazel-skylib-1.7 .0.tar.gz" ,
27
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7 .0/bazel-skylib-1.7 .0.tar.gz" ,
28
28
],
29
29
)
30
30
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ def rules_cdk_internal_deps():
15
15
16
16
http_archive (
17
17
name = "bazel_skylib" ,
18
- sha256 = "118e313990135890ee4cc8504e32929844f9578804a1b2f571d69b1dd080cfb8 " ,
19
- strip_prefix = "bazel-skylib-1.5 .0" ,
20
- urls = ["https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.5 .0.tar.gz" ],
18
+ sha256 = "79488428983d1fac331a248bca8666071447e0582595a54a5386b9ade13e7815 " ,
19
+ strip_prefix = "bazel-skylib-1.7 .0" ,
20
+ urls = ["https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.7 .0.tar.gz" ],
21
21
)
22
22
23
23
http_archive (
You can’t perform that action at this time.
0 commit comments