Skip to content

Commit 799b050

Browse files
committed
chore: TCA 패키지 버전 범위 조정
1 parent f6b023d commit 799b050

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tuist/ProjectDescriptionHelpers/Project+Packages.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public enum DevLogPackages {
1111
)
1212
public static let composableArchitecturePackage: Package = .package(
1313
url: "https://github.com/pointfreeco/swift-composable-architecture",
14-
.upToNextMajor(from: "1.25.5")
14+
.upToNextMinor(from: "1.25.5")
1515
)
1616
public static let firebasePackage: Package = .package(
1717
url: "https://github.com/firebase/firebase-ios-sdk",

0 commit comments

Comments
 (0)