Skip to content

Commit 83b2f46

Browse files
committed
[bazel] Bump platforms to 0.0.1 and skylib to 1.0.3
1 parent cad1014 commit 83b2f46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

WORKSPACE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ lint_setup({
2929

3030
http_archive(
3131
name = "platforms",
32-
sha256 = "ae95e4bfcd9f66e9dc73a92cee0107fede74163f788e3deefe00f3aaae75c431",
33-
strip_prefix = "platforms-681f1ee032566aa2d443cf0335d012925d9c58d4",
32+
sha256 = "0fc19efca1dfc5c1448c98f050639e3a48beb0031701d55bea5eb546507970f2",
33+
strip_prefix = "platforms-0.0.1",
3434
urls = [
35-
"https://github.com/bazelbuild/platforms/archive/681f1ee032566aa2d443cf0335d012925d9c58d4.zip",
35+
"https://github.com/bazelbuild/platforms/archive/0.0.1.tar.gz",
3636
],
3737
)
3838

3939
http_archive(
4040
name = "bazel_skylib",
41-
sha256 = "97e70364e9249702246c0e9444bccdc4b847bed1eb03c5a3ece4f83dfe6abc44",
41+
sha256 = "1c531376ac7e5a180e0237938a2536de0c54d93f5c278634818e0efc952dd56c",
4242
urls = [
43-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.0.2/bazel-skylib-1.0.2.tar.gz",
44-
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.2/bazel-skylib-1.0.2.tar.gz",
43+
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz",
44+
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz",
4545
],
4646
)
4747

0 commit comments

Comments
 (0)