We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34635a commit 0ab0329Copy full SHA for 0ab0329
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: "1.11.11"),
17
- .package(url: "https://github.com/21-DOT-DEV/swift-plugin-tuist.git", exact: "4.48.1"),
+ .package(url: "https://github.com/21-DOT-DEV/swift-plugin-tuist.git", exact: "4.48.2"),
18
.package(url: "https://github.com/nicklockwood/SwiftFormat.git", exact: "0.55.5"),
19
.package(url: "https://github.com/realm/SwiftLint.git", exact: "0.59.1")
20
],
0 commit comments