Skip to content

Commit

Permalink
chore(deps): update dependency aspect_rules_js to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 21, 2024
1 parent 3b67ec0 commit 842d4ed
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 = "4cab6898f0ff8048e32640cce06a47aa4b92b2fb330d055940f95f24c8ebb868",
strip_prefix = "rules_js-2.0.1",
url = "https://github.com/aspect-build/rules_js/releases/download/v2.0.1/rules_js-v2.0.1.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.0",
)
bazel_dep(
name = "aspect_bazel_lib",
Expand Down

0 comments on commit 842d4ed

Please sign in to comment.