Skip to content

Commit

Permalink
Buildifier is not just a dev dependency here
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
  • Loading branch information
mjcarroll committed Oct 3, 2024
1 parent 78bac1f commit 5de5a5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ module(
)

bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "buildifier_prebuilt", version = "7.3.1")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_license", version = "1.0.0")
bazel_dep(name = "rules_python", version = "0.31.0")

# ===== DEV ONLY DEPS AND SETUP BELOW HERE =====
bazel_dep(name = "buildifier_prebuilt", version = "7.3.1", dev_dependency = True)

0 comments on commit 5de5a5f

Please sign in to comment.