We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3196f69 commit 95d2912Copy full SHA for 95d2912
Package.swift
@@ -14,7 +14,7 @@ let package = Package(
14
dependencies: [
15
// Dependencies used for package development
16
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "2.0.1"),
17
- .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.90.0"),
18
.package(url: "https://github.com/nicklockwood/SwiftFormat.git", exact: "0.58.5"),
19
.package(url: "https://github.com/realm/SwiftLint.git", exact: "0.62.1")
20
],
0 commit comments