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.
2 parents f6312c2 + 00a59fd commit bbc79afCopy full SHA for bbc79af
SSLCertificateCheckPackage/Package.swift
@@ -168,7 +168,7 @@ let package = Package(
168
.package(url: "https://github.com/realm/SwiftLint.git", .upToNextMajor(from: "0.54.0")),
169
.package(url: "https://github.com/apple/swift-certificates.git", .upToNextMajor(from: "1.3.0")),
170
.package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", .upToNextMajor(from: "1.10.2")),
171
- .package(url: "https://github.com/pointfreeco/swift-dependencies.git", .upToNextMajor(from: "1.2.2")),
+ .package(url: "https://github.com/pointfreeco/swift-dependencies.git", .upToNextMajor(from: "1.3.0")),
172
],
173
targets: [
174
// Application
0 commit comments