Skip to content

Commit f138f16

Browse files
authored
Merge pull request #120 from nnsnodnb/renovate/pointfreeco-swift-dependencies-1.x
2 parents 08abdb4 + 60f8ae2 commit f138f16

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.3.0")),
171+
.package(url: "https://github.com/pointfreeco/swift-dependencies.git", .upToNextMajor(from: "1.4.0")),
172172
],
173173
targets: [
174174
// Application

0 commit comments

Comments
 (0)