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.
1 parent 7b4e8d4 commit e4885faCopy full SHA for e4885fa
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 = "b079b84278435441023f03de1a72baff9e4e4fe2cb1092ed4c9b60dc8b42e732",
+ sha256 = "44ed2cacf9dfdbfd0e2ef60022ca5ada9b11f337ecaec3c428d5003b38043589",
35
urls = [
36
- "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.25.0/rules_bazel_integration_test.v0.25.0.tar.gz",
+ "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.28.0/rules_bazel_integration_test.v0.28.0.tar.gz",
37
],
38
)
39
0 commit comments