We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f237c7 commit f6c6babCopy full SHA for f6c6bab
1 file changed
MODULE.bazel
@@ -19,6 +19,10 @@ bazel_dep(
19
repo_name = "build_bazel_rules_apple",
20
)
21
bazel_dep(name = "rules_python", version = "0.27.1")
22
+bazel_dep(
23
+ name = "rsync",
24
+ version = "3.4.1",
25
+)
26
27
internal = use_extension("//xcodeproj:extensions.bzl", "internal")
28
use_repo(internal, "rules_xcodeproj_generated")
@@ -43,11 +47,6 @@ bazel_dep(
43
47
version = "6.3.3",
44
48
dev_dependency = True,
45
49
46
-bazel_dep(
- name = "rsync",
- version = "3.4.1",
- dev_dependency = True,
50
-)
51
bazel_dep(
52
name = "rules_pkg",
53
version = "1.0.1",
0 commit comments