Browse Source

update PathKit to 0.9.0

Cyrille Hemidy 7 years ago
parent
commit
4b2433ffb0
1 changed files with 3 additions and 2 deletions
  1. 3 2
      Plugin/Package.swift

+ 3 - 2
Plugin/Package.swift

@@ -26,7 +26,8 @@ let package = Package(
   ],
   ],
   dependencies: [
   dependencies: [
     .Package(url: "https://github.com/apple/swift-protobuf.git", Version(1,0,2)),
     .Package(url: "https://github.com/apple/swift-protobuf.git", Version(1,0,2)),
-    .Package(url: "https://github.com/kylef/Stencil.git", Version(0,10,1))
-    .Package(url: "https://github.com/kylef/Spectre.git", Version(0,8,0))
+    .Package(url: "https://github.com/kylef/Stencil.git", Version(0,10,1)),
+    .Package(url: "https://github.com/kylef/Spectre.git", Version(0,8,0)),
+    .Package(url: "https://github.com/kylef/PathKit.git", Version(0,9,0))
   ]
   ]
 )
 )