Browse Source

Update Plugin to use Stencil 0.9.0

Tim Burks 8 years ago
parent
commit
0c73d72232
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Plugin/Package.swift

+ 1 - 1
Plugin/Package.swift

@@ -43,6 +43,6 @@ let package = Package(
   ],
   dependencies: [
     .Package(url: "https://github.com/apple/swift-protobuf.git", Version(0,9,901)),
-    .Package(url: "https://github.com/timburks/Stencil.git", Version(0,8,1))
+    .Package(url: "https://github.com/kylef/Stencil.git", Version(0,9,0))
   ]
 )