We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0acfc0 commit dace9fbCopy full SHA for dace9fb
1 file changed
rules_haskell_tests/non_module_deps.bzl
@@ -31,9 +31,9 @@ def repositories(*, bzlmod):
31
# module rules_bazel_integration_test requires bazel >= 6.1.0
32
http_archive(
33
name = "rules_bazel_integration_test",
34
- sha256 = "567ef30550a90c0dc22a9076743b2b2715b4d7148b4d573bdcc61aaa5d0177b3",
+ sha256 = "6e65d497c68f5794349bfa004369e144063686ce1ebd0227717cd23285be45ef",
35
urls = [
36
- "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.18.0/rules_bazel_integration_test.v0.18.0.tar.gz",
+ "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.20.0/rules_bazel_integration_test.v0.20.0.tar.gz",
37
],
38
)
39
0 commit comments