Skip to content

Commit

Permalink
chore: update to aspect_bazel_lib 1.9.1 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Jul 30, 2022
1 parent 6282668 commit fd06539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions esbuild/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ def rules_esbuild_dependencies():
maybe(
http_archive,
name = "aspect_bazel_lib",
sha256 = "1cbbf62315d303c8083d5019a4657623d4f58e925fb51bdc8a41bad4a131f5c9",
strip_prefix = "bazel-lib-1.8.1",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.8.1.tar.gz",
sha256 = "c6b3ab90e04dbf6d7753c1a59d50b73eec2c91ed59396940ddad7975008c0eb9",
strip_prefix = "bazel-lib-1.9.1",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.9.1.tar.gz",
)

maybe(
Expand Down

0 comments on commit fd06539

Please sign in to comment.