Skip to content

Commit a295524

Browse files
committed
use leafkit tag
1 parent 9a633a1 commit a295524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
.library(name: "Leaf", targets: ["Leaf"]),
88
],
99
dependencies: [
10-
.package(url: "https://github.com/vapor/leaf-kit.git", .branch("master")),
10+
.package(url: "https://github.com/vapor/leaf-kit.git", from: "1.0.0-alpha"),
1111
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0-alpha.2"),
1212
],
1313
targets: [

0 commit comments

Comments
 (0)