File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99# Lower-bound dependency versions.
1010# Do not change unless the rules no longer work with the current version.
1111# Needed for #804 Use statically-linked bsdtar on all platforms
12- bazel_dep (name = "aspect_bazel_lib" , version = "2.6.1 " )
12+ bazel_dep (name = "aspect_bazel_lib" , version = "2.19.4 " )
1313bazel_dep (name = "bazel_skylib" , version = "1.5.0" )
1414bazel_dep (name = "platforms" , version = "0.0.8" )
1515bazel_dep (name = "rules_oci" , version = "1.7.4" )
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ def rules_aws_dependencies():
3131 )
3232 http_archive (
3333 name = "aspect_bazel_lib" ,
34- sha256 = "6c25c59581041ede31e117693047f972cc4700c89acf913658dc89d04c338f8d " ,
35- strip_prefix = "bazel-lib-2.5.3 " ,
36- url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.5.3 /bazel-lib-v2.5.3 .tar.gz" ,
34+ sha256 = "9a44f457810ce64ec36a244cc7c807607541ab88f2535e07e0bf2976ef4b73fe " ,
35+ strip_prefix = "bazel-lib-2.19.4 " ,
36+ url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.19.4 /bazel-lib-v2.19.4 .tar.gz" ,
3737 )
3838
3939########
You can’t perform that action at this time.
0 commit comments