File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ def rules_dart_dependencies():
2323 # The minimal version of bazel_skylib we require
2424 http_archive (
2525 name = "bazel_skylib" ,
26- sha256 = "74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506 " ,
26+ sha256 = "3b5b49006181f5f8ff626ef8ddceaa95e9bb8ad294f7b5d7b11ea9f7ddaf8c59 " ,
2727 urls = [
28- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.3 .0/bazel-skylib-1.3 .0.tar.gz" ,
29- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.3 .0/bazel-skylib-1.3 .0.tar.gz" ,
28+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.9 .0/bazel-skylib-1.9 .0.tar.gz" ,
29+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.9 .0/bazel-skylib-1.9 .0.tar.gz" ,
3030 ],
3131 )
3232
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ def rules_dart_internal_deps():
3535 # see https://github.com/bazelbuild/bazel-skylib/issues/250
3636 http_archive (
3737 name = "bazel_skylib" ,
38- sha256 = "3b620033ca48fcd6f5ef2ac85e0f6ec5639605fa2f627968490e52fc91a9932f " ,
39- strip_prefix = "bazel-skylib-1.3 .0" ,
38+ sha256 = "d9b87903b95e412d37d41a2fa6b0b44b8ba52122c3880512674b26facfc985a2 " ,
39+ strip_prefix = "bazel-skylib-1.9 .0" ,
4040 urls = [
41- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/1.3 .0.tar.gz" ,
42- "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.3 .0.tar.gz" ,
41+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/1.9 .0.tar.gz" ,
42+ "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.9 .0.tar.gz" ,
4343 ],
4444 )
4545
You can’t perform that action at this time.
0 commit comments