We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83dccb commit 0a54aa0Copy full SHA for 0a54aa0
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.1.0"),
17
- .package(url: "https://github.com/21-DOT-DEV/swift-plugin-tuist.git", exact: "4.142.1"),
+ .package(url: "https://github.com/21-DOT-DEV/swift-plugin-tuist.git", exact: "4.143.0"),
18
.package(url: "https://github.com/nicklockwood/SwiftFormat.git", exact: "0.59.1"),
19
.package(url: "https://github.com/realm/SwiftLint.git", exact: "0.63.2"),
20
.package(url: "https://github.com/21-DOT-DEV/swift-plugin-subtree.git", exact: "0.0.7")
0 commit comments