Skip to content

Commit fb681ec

Browse files
committed
chore: add load statement for rules_shell
1 parent ea1a220 commit fb681ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

e2e/smoke/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
load("@rules_proto//proto:defs.bzl", "proto_library")
2+
load("@rules_shell//shell:sh_test.bzl", "sh_test")
23

34
proto_library(
45
name = "foo_proto",

e2e/smoke/MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
bazel_dep(name = "toolchains_protoc", version = "0.0.0")
22
bazel_dep(name = "rules_proto", version = "7.1.0")
3+
bazel_dep(name = "rules_shell", version = "0.4.1")
34

45
local_path_override(
56
module_name = "toolchains_protoc",

0 commit comments

Comments
 (0)