Skip to content

Commit ecfe359

Browse files
Update dependency pointfreeco/swift-dependencies to from: "1.4.1"
1 parent f138f16 commit ecfe359

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
@@ -168,7 +168,7 @@ let package = Package(
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")),
170170
.package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", .upToNextMajor(from: "1.15.0")),
171-
.package(url: "https://github.com/pointfreeco/swift-dependencies.git", .upToNextMajor(from: "1.4.0")),
171+
.package(url: "https://github.com/pointfreeco/swift-dependencies.git", .upToNextMajor(from: "1.4.1")),
172172
],
173173
targets: [
174174
// Application

0 commit comments

Comments
 (0)