Skip to content

Commit

Permalink
Mark bazel_skylib as dev_dependency = True (realm#4904)
Browse files Browse the repository at this point in the history
So folks who integrate SwiftLint with Bazel don't need to match this
exact version.
  • Loading branch information
jpsim authored Apr 18, 2023
1 parent c22d60f commit 8b72eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module(
repo_name = "SwiftLint",
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "bazel_skylib", version = "1.4.1", dev_dependency = True)
bazel_dep(name = "platforms", version = "0.0.6")
bazel_dep(name = "rules_apple", version = "2.2.0", repo_name = "build_bazel_rules_apple")
bazel_dep(name = "rules_swift", version = "1.7.1", repo_name = "build_bazel_rules_swift")
Expand Down

0 comments on commit 8b72eb0

Please sign in to comment.