We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b023d commit 799b050Copy full SHA for 799b050
1 file changed
Tuist/ProjectDescriptionHelpers/Project+Packages.swift
@@ -11,7 +11,7 @@ public enum DevLogPackages {
11
)
12
public static let composableArchitecturePackage: Package = .package(
13
url: "https://github.com/pointfreeco/swift-composable-architecture",
14
- .upToNextMajor(from: "1.25.5")
+ .upToNextMinor(from: "1.25.5")
15
16
public static let firebasePackage: Package = .package(
17
url: "https://github.com/firebase/firebase-ios-sdk",
0 commit comments