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 8deb784 commit 520a149Copy full SHA for 520a149
rules_haskell_tests/WORKSPACE
@@ -83,9 +83,9 @@ bazel_starlib_dependencies()
83
# module rules_bazel_integration_test requires bazel >= 6.1.0
84
http_archive(
85
name = "rules_bazel_integration_test",
86
- sha256 = "44ed2cacf9dfdbfd0e2ef60022ca5ada9b11f337ecaec3c428d5003b38043589",
+ sha256 = "9d2bce1bcb2df13fdb817e7af32201d000ef288533baad1b5555ae108a7bf50e",
87
urls = [
88
- "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.28.0/rules_bazel_integration_test.v0.28.0.tar.gz",
+ "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.33.2/rules_bazel_integration_test.v0.33.2.tar.gz",
89
],
90
)
91
0 commit comments