File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ def rules_cdk_dependencies():
2121 # The minimal version of bazel_skylib we require
2222 http_archive (
2323 name = "bazel_skylib" ,
24- sha256 = "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94 " ,
24+ sha256 = "51b5105a760b353773f904d2bbc5e664d0987fbaf22265164de65d43e910d8ac " ,
2525 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.8.1 /bazel-skylib-1.8.1 .tar.gz" ,
27+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.8.1 /bazel-skylib-1.8.1 .tar.gz" ,
2828 ],
2929 )
3030
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ def rules_cdk_internal_deps():
1515
1616 http_archive (
1717 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 = "f4819e3725302ac3e12771c4a32d70fdfe458b8e0e84bb9bc6989253fc5d18f1 " ,
19+ strip_prefix = "bazel-skylib-1.8.1 " ,
20+ urls = ["https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.8.1 .tar.gz" ],
2121 )
2222
2323 http_archive (
You can’t perform that action at this time.
0 commit comments