ezura / spell-checker-for-swift

This command line tool can check spelling and show proposed correction.
MIT License
74 stars 9 forks source link

Update dependent libraries #7

Closed ezura closed 4 years ago

ezura commented 4 years ago

What

In particular, it is desirable to update Swift Package Manager to the official release version.

    dependencies: [
        .package(url: "https://github.com/apple/swift-syntax.git", .exact("0.50000.0")),
        .package(url: "https://github.com/ezura/SwiftSyntaxExtensions.git", .exact("0.50000.0")),
        .package(url: "https://github.com/apple/swift-package-manager.git", .branch("swift-5.1-DEVELOPMENT-SNAPSHOT-2019-04-25-a")),
    ],
BNTR commented 4 years ago

Hi! Tried to help with that and made a PR #8