Skip to content

Commit fa54107

Browse files
Merge f07a523 into a1b5dda
2 parents a1b5dda + f07a523 commit fa54107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SSLCertificateCheckPackage/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ let package = Package(
167167
.package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", .upToNextMajor(from: "5.3.0")),
168168
.package(url: "https://github.com/realm/SwiftLint.git", .upToNextMajor(from: "0.54.0")),
169169
.package(url: "https://github.com/apple/swift-certificates.git", .upToNextMajor(from: "1.5.0")),
170-
.package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", .upToNextMajor(from: "1.10.2")),
170+
.package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", .upToNextMajor(from: "1.15.0")),
171171
.package(url: "https://github.com/pointfreeco/swift-dependencies.git", .upToNextMajor(from: "1.3.0")),
172172
],
173173
targets: [

0 commit comments

Comments
 (0)