Skip to content

Commit

Permalink
Merge pull request #23 from erikkerber/main
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-maxwellelliott committed Jul 12, 2024
2 parents 008bbad + 37cfa96 commit f8f1317
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 1,963 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(name = "sign-here")

bazel_dep(name = "rules_apple", version = "3.5.0", repo_name = "build_bazel_rules_apple")
bazel_dep(name = "rules_swift", version = "1.18.0", repo_name = "build_bazel_rules_swift")
bazel_dep(name = "rules_swift", version = "1.18.0", repo_name = "build_bazel_rules_swift", max_compatibility_level = 2)
bazel_dep(name = "swift-syntax", version = "509.0.2", repo_name = "SwiftSyntax")
bazel_dep(name = "swift_argument_parser", version = "1.3.0", repo_name = "com_github_apple_swift_argument_parser")

Expand Down
Loading

0 comments on commit f8f1317

Please sign in to comment.