Skip to content

Commit

Permalink
fix: upgrade to rules_bazel_integration_test 0.27.0 for bazel 9 compa…
Browse files Browse the repository at this point in the history
…tibility (bazelbuild#2454)

The rules_bazel_integration_test rules had a missing load for sh_binary.
This is fixed
in release 0.27.0.
  • Loading branch information
rickeylev authored Nov 28, 2024
1 parent ae953da commit 29fdcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ use_repo(pip, "rules_python_publish_deps")
bazel_dep(name = "stardoc", version = "0.7.2", repo_name = "io_bazel_stardoc")

# ===== DEV ONLY DEPS AND SETUP BELOW HERE =====
bazel_dep(name = "rules_bazel_integration_test", version = "0.26.1", dev_dependency = True)
bazel_dep(name = "rules_bazel_integration_test", version = "0.27.0", dev_dependency = True)
bazel_dep(name = "rules_testing", version = "0.6.0", dev_dependency = True)
bazel_dep(name = "rules_shell", version = "0.3.0", dev_dependency = True)
bazel_dep(name = "rules_multirun", version = "0.9.0", dev_dependency = True)
Expand Down

0 comments on commit 29fdcc2

Please sign in to comment.