Skip to content

Commit 16ed282

Browse files
initial commit for moving from WORKSPACE to bazelmod to learn.
1 parent 8421906 commit 16ed282

File tree

3 files changed

+992
-278
lines changed

3 files changed

+992
-278
lines changed

MODULE.bazel

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,13 @@
44
#
55
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
66
###############################################################################
7+
bazel_dep(name = "bazel_features", version = "1.4.1")
8+
bazel_dep(name = "bazel_skylib", version = "1.2.1")
9+
bazel_dep(name = "platforms", version = "0.0.5")
10+
bazel_dep(name = "rules_proto", version = "4.0.0")
11+
bazel_dep(name = "apple_support", version = "1.17.1")
12+
bazel_dep(name = "rules_swift", version = "2.1.1")
13+
bazel_dep(name = "rules_apple", version = "3.9.2")
14+
bazel_dep(name = "rules_xcodeproj", version = "2.7.0")
15+
16+

0 commit comments

Comments
 (0)