Skip to content

Commit 6a88375

Browse files
Bump PathKit to v1.0.1 fixing compatibility with Xcode 13 (#3)
1 parent f298a3d commit 6a88375

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let package = Package(
2828
dependencies: [
2929
// Dependencies declare other packages that this package depends on.
3030
.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")),
31+
.package(url: "https://github.com/kylef/PathKit.git", .upToNextMinor(from: "1.0.1")),
3232
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
3333
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
3434
.package(url: "https://github.com/omochi/FineJSON.git", .exact("1.14.0")),

0 commit comments

Comments
 (0)