Skip to content

Commit

Permalink
Update dependency aspect_rules_js to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 5478a0f commit 1ba6ec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions haskell/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ def rules_haskell_dependencies():
maybe(
http_archive,
name = "aspect_rules_js",
sha256 = "2cfb3875e1231cefd3fada6774f2c0c5a99db0070e0e48ea398acbff7c6c765b",
strip_prefix = "rules_js-1.42.3",
url = "https://github.com/aspect-build/rules_js/releases/download/v1.42.3/rules_js-v1.42.3.tar.gz",
sha256 = "91655ebd3178f979fcacd018f8f42aa9d3bc79c4fbddb7be9521971ec77e6aee",
strip_prefix = "rules_js-2.0.2",
url = "https://github.com/aspect-build/rules_js/releases/download/v2.0.2/rules_js-v2.0.2.tar.gz",
)

rules_haskell_dependencies_bzlmod()
Expand Down
2 changes: 1 addition & 1 deletion rules_haskell_tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ bazel_dep(
)
bazel_dep(
name = "aspect_rules_js",
version = "1.42.3",
version = "2.0.2",
)
bazel_dep(
name = "aspect_bazel_lib",
Expand Down

0 comments on commit 1ba6ec4

Please sign in to comment.