Skip to content

Commit

Permalink
update aspect_bazel_lib internal dep to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Jul 28, 2022
1 parent de651ea commit 90e28d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 2 additions & 5 deletions docs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
load("@aspect_bazel_lib//lib:docs.bzl", "stardoc_with_diff_test", "update_docs")

stardoc_with_diff_test(
name = "rules",
bzl_library_target = "//mylang:defs",
out_label = "//docs:rules.md",
)

update_docs(
name = "update",
docs_folder = "docs",
)
update_docs(name = "update")
7 changes: 4 additions & 3 deletions internal_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def rules_mylang_internal_deps():
maybe(
http_archive,
name = "aspect_bazel_lib",
sha256 = "8c8cf0554376746e2451de85c4a7670cc8d7400c1f091574c1c1ed2a65021a4c",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v0.2.6/bazel_lib-0.2.6.tar.gz",
)
sha256 = "57d997d473893605cf8025d4200cca91921e972a73b235d53116cba80c6b0a72",
strip_prefix = "bazel-lib-1.8.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.8.0.tar.gz",
)

0 comments on commit 90e28d0

Please sign in to comment.