Skip to content

Commit b33a38f

Browse files
author
Michael Carroll
authored
Buildifier is not just a dev dependency here (#4)
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
1 parent 78bac1f commit b33a38f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ module(
77
)
88

99
bazel_dep(name = "bazel_skylib", version = "1.7.1")
10+
bazel_dep(name = "buildifier_prebuilt", version = "7.3.1")
1011
bazel_dep(name = "rules_cc", version = "0.0.9")
1112
bazel_dep(name = "rules_license", version = "1.0.0")
1213
bazel_dep(name = "rules_python", version = "0.31.0")
13-
14-
# ===== DEV ONLY DEPS AND SETUP BELOW HERE =====
15-
bazel_dep(name = "buildifier_prebuilt", version = "7.3.1", dev_dependency = True)

0 commit comments

Comments
 (0)