We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d41b1c0 + 463ab8a commit d919f76Copy full SHA for d919f76
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 = "fe43a0ef76323813c912b7256a5f01f87f2697528b107627b70da58c50b1988a",
+ sha256 = "7aa9b5269879dd8074b875259b4bd1d7338fd2878c01ad9537e0478de31dc72c",
35
urls = [
36
- "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.23.0/rules_bazel_integration_test.v0.23.0.tar.gz",
+ "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.24.1/rules_bazel_integration_test.v0.24.1.tar.gz",
37
],
38
)
39
0 commit comments