shibapm / Komondor

Git Hooks for Swift projects 🐩
MIT License
552 stars 32 forks source link

Update SwiftFormat and SwiftLint versions in Package.swift #50

Open AlexNsbmr opened 2 years ago

AlexNsbmr commented 2 years ago

Is it possible to update the SwiftFormat and SwiftLint dependencies in the Package.swift to the latest version? Because the version used are very old

        .package(url: "https://github.com/nicklockwood/SwiftFormat.git", from: "0.35.8"), // Update to 0.48.18
        .package(url: "https://github.com/Realm/SwiftLint.git", from: "0.28.1"), // Update to 0.45.0
orta commented 2 years ago

You're welcome to give it a shot, these are dev dependencies though and shouldn't really affect users apps