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 a9ffc8f commit a265d42Copy full SHA for a265d42
1 file changed
Tuist/Package.swift
@@ -35,7 +35,7 @@ let package = Package(
35
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.2"),
36
.package(url: "https://github.com/darrarski/swiftui-app-icon-creator.git", from: "1.2.0"),
37
.package(url: "https://github.com/onevcat/Kingfisher.git", from: "7.12.0"),
38
- .package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", from: "1.12.0"),
+ .package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", from: "1.12.1"),
39
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.5.1"),
40
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.17.2"),
41
.package(url: "https://github.com/swiftcsv/SwiftCSV.git", from: "0.10.0"),
0 commit comments