diff --git a/Package.swift b/Package.swift index 95f4ff6..28d50a7 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( dependencies: [ // Dependencies used for package development .package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "2.0.0"), - .package(url: "https://github.com/21-DOT-DEV/swift-plugin-tuist.git", exact: "4.83.0"), + .package(url: "https://github.com/21-DOT-DEV/swift-plugin-tuist.git", exact: "4.89.0"), .package(url: "https://github.com/nicklockwood/SwiftFormat.git", exact: "0.58.5"), .package(url: "https://github.com/realm/SwiftLint.git", exact: "0.62.1") ],