-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathMODULE.bazel
More file actions
35 lines (31 loc) · 1.29 KB
/
MODULE.bazel
File metadata and controls
35 lines (31 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
bazel_dep(name = "sourcekit_bazel_bsp", version = "0.8.2")
local_path_override(
module_name = "sourcekit_bazel_bsp",
path = "../",
)
bazel_dep(
name = "rules_swift",
)
archive_override(
module_name = "rules_swift",
sha256 = "895f80824f2a97fc24b756cac591702df115b2c791a0a8af91404f91646b42dd",
strip_prefix = "rules_swift-9d385fd7613cc595d682516b796cf72ff328478a",
url = "https://github.com/bazelbuild/rules_swift/archive/9d385fd7613cc595d682516b796cf72ff328478a.zip",
)
bazel_dep(
name = "rules_apple",
)
archive_override(
module_name = "rules_apple",
patches = ["//tools/patches:rules_apple_watchos_run_support.patch"],
patch_strip = 1,
sha256 = "ba7aa10aa13f6faf84c307e0822deebcc80d25bbea8abb658a2b94a225be55b4",
strip_prefix = "rules_apple-c26e9b758d756a3470a495907952c27f421480f8",
url = "https://github.com/bazelbuild/rules_apple/archive/c26e9b758d756a3470a495907952c27f421480f8.zip",
)
bazel_dep(name = "apple_support", version = "2.2.0")
bazel_dep(name = "rules_cc", version = "0.2.16")
bazel_dep(name = "aspect_bazel_lib", version = "2.13.0")
bazel_dep(name = "rules_multirun", version = "0.13.0")
sourcekit_lsp_binary = use_extension("//tools:sourcekit_lsp_binary.bzl", "sourcekit_lsp_binary")
use_repo(sourcekit_lsp_binary, "sourcekit_lsp_binary")