Skip to content

Commit

Permalink
chore: update to rules_js 1.0.0-rc.3 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Jul 30, 2022
1 parent fd06539 commit b7427e0
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 @@ -35,9 +35,9 @@ def rules_esbuild_dependencies():
maybe(
http_archive,
name = "aspect_rules_js",
sha256 = "a6d31c98f30eb503e836201d723b3164c5e07ba34553d260f71720a819d8ba4c",
strip_prefix = "rules_js-1.0.0-rc.2",
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.0.0-rc.2.tar.gz",
sha256 = "b82da82edf64ba7e07e568193d645fc09b0a4ec92e0d82bd4e53d1a0e28ff681",
strip_prefix = "rules_js-1.0.0-rc.3",
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.0.0-rc.3.tar.gz",
)

maybe(
Expand Down

0 comments on commit b7427e0

Please sign in to comment.