Skip to content

Commit

Permalink
Update rules_bazel_integration_test to 0.17.0
Browse files Browse the repository at this point in the history
This fixes macos/arm issues from #134.

PiperOrigin-RevId: 564766222
Change-Id: I3b432d68f1d45f47c360a4834884f4d849d70770
  • Loading branch information
katre authored and copybara-github committed Sep 12, 2023
1 parent 389eba7 commit f211706
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 @@ -65,7 +65,7 @@ use_repo(remote_android_extensions, "android_gmaven_r8", "android_tools")
# integration test setup
bazel_dep(
name = "rules_bazel_integration_test",
version = "0.16.0",
version = "0.17.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 @@ -136,9 +136,9 @@ def rules_android_prereqs():
maybe(
http_archive,
name = "rules_bazel_integration_test",
sha256 = "cae27bc907fa036e40e57c952867a2ea8ea0ef7e10ecd599ce09887bf60fb1af",
sha256 = "d6dada79939533a8127000d2aafa125f29a4a97f720e01c050fdeb81b1080b08",
urls = [
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.16.0/rules_bazel_integration_test.v0.16.0.tar.gz",
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.17.0/rules_bazel_integration_test.v0.17.0.tar.gz",
],
)

Expand Down

0 comments on commit f211706

Please sign in to comment.