We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8170253 commit b844878Copy full SHA for b844878
Plugin/Package.swift
@@ -43,6 +43,6 @@ let package = Package(
43
],
44
dependencies: [
45
.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
+ .Package(url: "https://github.com/kylef/Stencil.git", Version(0,8,0))
47
]
48
)
0 commit comments