Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 29fdcc2

Browse filesBrowse files
authored
fix: upgrade to rules_bazel_integration_test 0.27.0 for bazel 9 compatibility (bazel-contrib#2454)
The rules_bazel_integration_test rules had a missing load for sh_binary. This is fixed in release 0.27.0.
1 parent ae953da commit 29fdcc2
Copy full SHA for 29fdcc2

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎MODULE.bazel

Copy file name to clipboardExpand all lines: MODULE.bazel
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ use_repo(pip, "rules_python_publish_deps")
7474
bazel_dep(name = "stardoc", version = "0.7.2", repo_name = "io_bazel_stardoc")
7575

7676
# ===== DEV ONLY DEPS AND SETUP BELOW HERE =====
77-
bazel_dep(name = "rules_bazel_integration_test", version = "0.26.1", dev_dependency = True)
77+
bazel_dep(name = "rules_bazel_integration_test", version = "0.27.0", dev_dependency = True)
7878
bazel_dep(name = "rules_testing", version = "0.6.0", dev_dependency = True)
7979
bazel_dep(name = "rules_shell", version = "0.3.0", dev_dependency = True)
8080
bazel_dep(name = "rules_multirun", version = "0.9.0", dev_dependency = True)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.