diff --git a/Package.swift b/Package.swift index 9d607be4..28bbf0c8 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.4"), - .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.107.2"), .package(url: "https://github.com/nicklockwood/SwiftFormat.git", exact: "0.58.6"), .package(url: "https://github.com/realm/SwiftLint.git", exact: "0.62.2") ],