Skip to content

Commit 5620b27

Browse files
authored
Merge branch 'master' into cb/remove-empty-lib
2 parents 1e81607 + 3d7cd3b commit 5620b27

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

haskell/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ def rules_haskell_dependencies():
131131
maybe(
132132
http_archive,
133133
name = "aspect_rules_js",
134-
sha256 = "d9ceb89e97bb5ad53b278148e01a77a3e9100db272ce4ebdcd59889d26b9076e",
135-
strip_prefix = "rules_js-1.34.0",
136-
url = "https://github.com/aspect-build/rules_js/releases/download/v1.34.0/rules_js-v1.34.0.tar.gz",
134+
sha256 = "d6dddd224b27d456820d19b9c23a7bcbe75660a6c040d83e31ba3da4fb1f6888",
135+
strip_prefix = "rules_js-1.41.0",
136+
url = "https://github.com/aspect-build/rules_js/releases/download/v1.41.0/rules_js-v1.41.0.tar.gz",
137137
)
138138

139139
rules_haskell_dependencies_bzlmod()

rules_haskell_tests/MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@ bazel_dep(
6161
)
6262
bazel_dep(
6363
name = "rules_java",
64-
version = "6.1.0",
64+
version = "6.5.2",
6565
)
6666
bazel_dep(
6767
name = "rules_nodejs",
6868
version = "5.8.3",
6969
)
7070
bazel_dep(
7171
name = "aspect_rules_js",
72-
version = "1.34.0",
72+
version = "1.40.1",
7373
)
7474
bazel_dep(
7575
name = "aspect_bazel_lib",
76-
version = "1.38.1",
76+
version = "1.42.2",
7777
)
7878
bazel_dep(
7979
name = "rules_proto",

rules_haskell_tests/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2828
# For testing if bzlmod is enabled
2929
http_archive(
3030
name = "aspect_bazel_lib",
31-
sha256 = "262e3d6693cdc16dd43880785cdae13c64e6a3f63f75b1993c716295093d117f",
32-
strip_prefix = "bazel-lib-1.38.1",
33-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.38.1/bazel-lib-v1.38.1.tar.gz",
31+
sha256 = "f9a0bb072aef719859aae5ad37722e97812ffffb263fd56a36cd8614a2e5d199",
32+
strip_prefix = "bazel-lib-1.42.2",
33+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.42.2/bazel-lib-v1.42.2.tar.gz",
3434
)
3535

3636
load("@os_info//:os_info.bzl", "is_nix_shell", "is_windows")

0 commit comments

Comments
 (0)