We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f298a3d commit 6a88375Copy full SHA for 6a88375
1 file changed
Package.swift
@@ -28,7 +28,7 @@ let package = Package(
28
dependencies: [
29
// Dependencies declare other packages that this package depends on.
30
.package(url: "https://github.com/Apodini/ApodiniTypeInformation.git", .upToNextMinor(from: "0.2.0")),
31
- .package(url: "https://github.com/kylef/PathKit.git", .exact("0.9.2")),
+ .package(url: "https://github.com/kylef/PathKit.git", .upToNextMinor(from: "1.0.1")),
32
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
33
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
34
.package(url: "https://github.com/omochi/FineJSON.git", .exact("1.14.0")),
0 commit comments