Skip to content

Commit

Permalink
Update bazel_integration_test version to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-xie committed Nov 27, 2024
1 parent ac37b0e commit 6a9a386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ use_repo(remote_android_extensions, "android_gmaven_r8", "android_tools")
# integration test setup
bazel_dep(
name = "rules_bazel_integration_test",
version = "0.26.0",
version = "0.27.0",
dev_dependency = True,
)
bazel_dep(
Expand Down
4 changes: 2 additions & 2 deletions prereqs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ def rules_android_prereqs(dev_mode = False):
maybe(
http_archive,
name = "rules_bazel_integration_test",
sha256 = "d6dada79939533a8127000d2aafa125f29a4a97f720e01c050fdeb81b1080b08",
sha256 = "04d7816612a7aa25b1d9cd40e4bbad7e7da7a7731cf4a9bece69e9711ea26d4b",
urls = [
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.17.0/rules_bazel_integration_test.v0.17.0.tar.gz",
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.27.0/rules_bazel_integration_test.v0.27.0.tar.gz",
],
)

Expand Down

0 comments on commit 6a9a386

Please sign in to comment.