Skip to content

Commit

Permalink
chore: set dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TendTo committed May 20, 2024
1 parent a3b2597 commit 7f0f2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ git_override(
)

# Apache License 2.0 | Implementation of IWYU for Bazel
bazel_dep(name = "bazel_iwyu", version = "0.0.1")
bazel_dep(name = "bazel_iwyu", version = "0.0.1", dev_dependency = True)
git_override(
module_name = "bazel_iwyu",
commit = "85cbd99369a3ed3f8c31234d2d887026f3e66bbc",
remote = "https://github.com/TendTo/bazel_iwyu",
)

# MIT | rules for dealing with target dependencies
bazel_dep(name = "depend_on_what_you_use", version = "0.0.0")
bazel_dep(name = "depend_on_what_you_use", version = "0.0.0", dev_dependency = True)
git_override(
module_name = "depend_on_what_you_use",
commit = "b817c225d79c492c25b28872445e34be4a36d5aa",
Expand Down

0 comments on commit 7f0f2d9

Please sign in to comment.