We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 895d91f + 455f727 commit e0cd739Copy full SHA for e0cd739
rules_haskell_tests/non_module_deps.bzl
@@ -31,9 +31,9 @@ def repositories(*, bzlmod): # @unused
31
# module rules_bazel_integration_test requires bazel >= 6.1.0
32
http_archive(
33
name = "rules_bazel_integration_test",
34
- sha256 = "6e65d497c68f5794349bfa004369e144063686ce1ebd0227717cd23285be45ef",
+ sha256 = "fe43a0ef76323813c912b7256a5f01f87f2697528b107627b70da58c50b1988a",
35
urls = [
36
- "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.20.0/rules_bazel_integration_test.v0.20.0.tar.gz",
+ "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.23.0/rules_bazel_integration_test.v0.23.0.tar.gz",
37
],
38
)
39
0 commit comments