diff --git a/WORKSPACE b/WORKSPACE index 5d6c06aa..b7dc93fd 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -42,10 +42,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "contrib_rules_bazel_integration_test", - sha256 = "0259d529d1a056025f19269aa911633e5c0e86ca9292d405fa513bb0ea4f1abc", - strip_prefix = "rules_bazel_integration_test-0.8.0", + sha256 = "20d670bb614d311a2a0fc8af53760439214731c3d5be2d9b0a197dccc19583f5", + strip_prefix = "rules_bazel_integration_test-0.9.0", urls = [ - "http://github.com/bazel-contrib/rules_bazel_integration_test/archive/v0.8.0.tar.gz", + "http://github.com/bazel-contrib/rules_bazel_integration_test/archive/v0.9.0.tar.gz", ], )