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 = "fa01292859726603e3cd3a0f3f29625e68f4d2b165647c72908045027473e933 " ,
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 .0/bazel-skylib-1.8 .0.tar.gz" ,
27+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.8 .0/bazel-skylib-1.8 .0.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 = "49902c0cc841c1b35616669bf9452858a2849112ae441b5d70a0701ffbafb3d7 " ,
19+ strip_prefix = "bazel-skylib-1.8 .0" ,
20+ urls = ["https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.8 .0.tar.gz" ],
2121 )
2222
2323 http_archive (
You can’t perform that action at this time.
0 commit comments