Skip to content

Commit 8044e37

Browse files
authored
Merge pull request #114 from nnsnodnb/renovate/pointfreeco-swift-dependencies-1.x
2 parents f6312c2 + 7ab0be3 commit 8044e37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)