Skip to content

Commit

Permalink
chore: update to rules_js 1.8.0 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Nov 24, 2022
1 parent b47cfa9 commit da1df6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/swc.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions swc/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ def rules_swc_dependencies():

http_archive(
name = "aspect_rules_js",
sha256 = "d8feeb67bca55cc56fb4696cf6c852f4a44c0c8dbe99ea108f6a95fd322b4bcb",
strip_prefix = "rules_js-1.7.0",
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.7.0.tar.gz",
sha256 = "f58d7be1bb0e4b7edb7a0085f969900345f5914e4e647b4f0d2650d5252aa87d",
strip_prefix = "rules_js-1.8.0",
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.8.0.tar.gz",
)

http_archive(
Expand Down

0 comments on commit da1df6f

Please sign in to comment.