Browse Source

update dep

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

+ 1 - 2
Plugin/Package.swift

@@ -26,7 +26,6 @@ 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/PathKit.git", Version(0,9,0))
+    .Package(url: "https://github.com/kylef/Stencil.git", Version(0,10,1))
   ]
   ]
 )
 )