Skip to content

Commit

Permalink
Update build rules (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe authored Jan 3, 2023
1 parent 15ef44c commit f1ac5b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/keith/pre-commit-buildifier
rev: 4.0.1.1
rev: 4.2.3
hooks:
- id: buildifier
args: &args
Expand Down
6 changes: 3 additions & 3 deletions docs/stardoc_repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ def stardoc_repository():
maybe(
http_archive,
name = "io_bazel_stardoc",
sha256 = "3fd8fec4ddec3c670bd810904e2e33170bedfe12f90adf943508184be458c8bb",
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",
)
4 changes: 2 additions & 2 deletions examples/deps/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def repositories():
strip_prefix = "rules_android-0.1.1",
)

RULES_JVM_EXTERNAL_TAG = "4.0"
RULES_JVM_EXTERNAL_SHA = "31701ad93dbfe544d597dbe62c9a1fdd76d81d8a9150c2bf1ecf928ecdf97169"
RULES_JVM_EXTERNAL_TAG = "4.5"
RULES_JVM_EXTERNAL_SHA = "b17d7388feb9bfa7f2fa09031b32707df529f26c91ab9e5d909eb1676badd9a6"

maybe(
http_archive,
Expand Down

0 comments on commit f1ac5b4

Please sign in to comment.