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 @@ -27,10 +27,10 @@ def rules_sh_dependencies():
2727 maybe (
2828 http_archive ,
2929 name = "bazel_skylib" ,
30- sha256 = "6e78f0e57de26801f6f564fa7c4a48dc8b36873e416257a92bbb0937eeac8446 " ,
30+ sha256 = "3b5b49006181f5f8ff626ef8ddceaa95e9bb8ad294f7b5d7b11ea9f7ddaf8c59 " ,
3131 urls = [
32- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.8.2 /bazel-skylib-1.8.2 .tar.gz" ,
33- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.8.2 /bazel-skylib-1.8.2 .tar.gz" ,
32+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.9.0 /bazel-skylib-1.9.0 .tar.gz" ,
33+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.9.0 /bazel-skylib-1.9.0 .tar.gz" ,
3434 ],
3535 )
3636 maybe (
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ local_path_override(
66 path = ".." ,
77)
88
9- bazel_dep (name = "bazel_skylib" , version = "1.8.1 " )
9+ bazel_dep (name = "bazel_skylib" , version = "1.9.0 " )
1010bazel_dep (name = "platforms" , version = "1.0.0" )
1111bazel_dep (name = "stardoc" , version = "0.6.2" , repo_name = "io_bazel_stardoc" )
1212
You can’t perform that action at this time.
0 commit comments