Skip to content

Commit b844878

Browse files
committed
Update Stencil to an official tagged version (0.8.0).
1 parent 8170253 commit b844878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ let package = Package(
4343
],
4444
dependencies: [
4545
.Package(url: "https://github.com/apple/swift-protobuf.git", Version(0,9,24)),
46-
.Package(url: "https://github.com/timburks/Stencil.git", Version(9,9,9)) // temporary fork
46+
.Package(url: "https://github.com/kylef/Stencil.git", Version(0,8,0))
4747
]
4848
)

0 commit comments

Comments
 (0)