Skip to content

Commit

Permalink
chore(deps): update dependency rules_bazel_integration_test to v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 30, 2024
1 parent 794219d commit 3215d66
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 @@ -40,7 +40,7 @@ bazel_dep(name = "rules_multirun", version = "0.9.0", dev_dependency = True)
bazel_dep(name = "rules_python", version = "0.38.0", dev_dependency = True)
bazel_dep(
name = "rules_bazel_integration_test",
version = "0.26.0",
version = "0.27.0",
dev_dependency = True,
)

Expand Down
4 changes: 2 additions & 2 deletions internal_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ def rules_zig_internal_deps():

http_archive(
name = "rules_bazel_integration_test",
sha256 = "ab56cdd55a28781287242c7124ce9ff791ae8318ed641057f10edd98c55d7ed5",
sha256 = "04d7816612a7aa25b1d9cd40e4bbad7e7da7a7731cf4a9bece69e9711ea26d4b",
urls = [
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.26.0/rules_bazel_integration_test.v0.26.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 3215d66

Please sign in to comment.