Update build rules (#995)
This commit is contained in:
parent
15ef44c443
commit
f1ac5b4726
|
@ -3,7 +3,7 @@
|
||||||
# See https://pre-commit.com/hooks.html for more hooks
|
# See https://pre-commit.com/hooks.html for more hooks
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/keith/pre-commit-buildifier
|
- repo: https://github.com/keith/pre-commit-buildifier
|
||||||
rev: 4.0.1.1
|
rev: 4.2.3
|
||||||
hooks:
|
hooks:
|
||||||
- id: buildifier
|
- id: buildifier
|
||||||
args: &args
|
args: &args
|
||||||
|
|
|
@ -7,9 +7,9 @@ def stardoc_repository():
|
||||||
maybe(
|
maybe(
|
||||||
http_archive,
|
http_archive,
|
||||||
name = "io_bazel_stardoc",
|
name = "io_bazel_stardoc",
|
||||||
|
sha256 = "3fd8fec4ddec3c670bd810904e2e33170bedfe12f90adf943508184be458c8bb",
|
||||||
urls = [
|
urls = [
|
||||||
"https://github.com/bazelbuild/stardoc/archive/a0f330bcbae44ffc59d50a86a830a661b8d18acc.zip",
|
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.3/stardoc-0.5.3.tar.gz",
|
||||||
|
"https://github.com/bazelbuild/stardoc/releases/download/0.5.3/stardoc-0.5.3.tar.gz",
|
||||||
],
|
],
|
||||||
sha256 = "e12831c6c414325c99325726dd26dabd8ed4c9efa7b4f27b4d1d9594ec7dfc40",
|
|
||||||
strip_prefix = "stardoc-a0f330bcbae44ffc59d50a86a830a661b8d18acc",
|
|
||||||
)
|
)
|
||||||
|
|
|
@ -20,8 +20,8 @@ def repositories():
|
||||||
strip_prefix = "rules_android-0.1.1",
|
strip_prefix = "rules_android-0.1.1",
|
||||||
)
|
)
|
||||||
|
|
||||||
RULES_JVM_EXTERNAL_TAG = "4.0"
|
RULES_JVM_EXTERNAL_TAG = "4.5"
|
||||||
RULES_JVM_EXTERNAL_SHA = "31701ad93dbfe544d597dbe62c9a1fdd76d81d8a9150c2bf1ecf928ecdf97169"
|
RULES_JVM_EXTERNAL_SHA = "b17d7388feb9bfa7f2fa09031b32707df529f26c91ab9e5d909eb1676badd9a6"
|
||||||
|
|
||||||
maybe(
|
maybe(
|
||||||
http_archive,
|
http_archive,
|
||||||
|
|
Loading…
Reference in New Issue