Skip to content

Commit

Permalink
initial commit for moving from WORKSPACE to bazelmod to learn.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusSorealheis committed Oct 17, 2024
1 parent 8421906 commit 3a4207f
Show file tree
Hide file tree
Showing 3 changed files with 990 additions and 278 deletions.
8 changes: 8 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@
#
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
###############################################################################
bazel_dep(name = "bazel_features", version = "1.10.0")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "platforms", version = "0.0.9")
bazel_dep(name = "rules_proto", version = "5.3.0-21.7")
bazel_dep(name = "apple_support", version = "1.17.1")
bazel_dep(name = "rules_swift", version = "2.1.1")
bazel_dep(name = "rules_apple", version = "3.9.2")
bazel_dep(name = "rules_xcodeproj", version = "2.7.0")
Loading

0 comments on commit 3a4207f

Please sign in to comment.