Skip to content

Commit adf152f

Browse files
committed
update PathKit version
1 parent ee30fb7 commit adf152f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
],
99
dependencies: [
1010
.package(url: "https://github.com/jpsim/SourceKitten", from: "0.22.0"),
11-
.package(url: "https://github.com/kylef/PathKit", from: "0.9.2"),
11+
.package(url: "https://github.com/kylef/PathKit", from: "1.0.1"),
1212
.package(url: "https://github.com/onevcat/Rainbow", from: "3.0.0")
1313
],
1414
targets: [

0 commit comments

Comments
 (0)