Skip to content

Commit

Permalink
chore: update to aspect_bazel_lib 1.27.2 (#1470)
Browse files Browse the repository at this point in the history
Touch /docs folder to re-gen docsite with updated bazelrc
recommendations. See bazel-contrib/bazel-lib#380
  • Loading branch information
gregmagolan authored Feb 23, 2023
1 parent 7a87457 commit 5150467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ def talkie_dependencies():
maybe(
http_archive,
name = "aspect_bazel_lib",
sha256 = "80897b673c2b506d21f861ae316689aa8abcc3e56947580a41bf9e68ff13af58",
strip_prefix = "bazel-lib-1.27.1",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.27.1/bazel-lib-v1.27.1.tar.gz",
sha256 = "b4cd1114874ab15f794134eefbc254eb89d3e1de640bf4a11f2f402e886ad29e",
strip_prefix = "bazel-lib-1.27.2",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.27.2/bazel-lib-v1.27.2.tar.gz",
)
maybe(
http_archive,
Expand Down

0 comments on commit 5150467

Please sign in to comment.