Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies and use latest archives #784

Merged
merged 1 commit into from
Oct 20, 2023

Commits on Oct 19, 2023

  1. Update dependencies and use latest archives

    Updates the dependencies of the latest versions, fixes some bzlmod warnings introduced by rules_apple 3 PR
    
    ```
    WARNING: For repository 'build_bazel_apple_support', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph.
    WARNING: For repository 'build_bazel_rules_swift', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph.
    ```
    
    Additionally, moves the latest versions in `repositories.bzl` back to using the release archive instead of a git clone. Not sure why those were changed
    
    Finally, fixes issues with stardoc and rules_apple 3 + bzlmod.
    It re-enables bzlmod for stardoc in CI
    luispadron committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b2d3bf9 View commit details
    Browse the repository at this point in the history