From a29552493519a1cfe2f2dce5f217b6679635c259 Mon Sep 17 00:00:00 2001 From: tanner0101 Date: Thu, 22 Aug 2019 16:11:15 -0400 Subject: [PATCH] use leafkit tag --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index f6f8a8b..f12e234 100644 --- a/Package.swift +++ b/Package.swift @@ -7,7 +7,7 @@ let package = Package( .library(name: "Leaf", targets: ["Leaf"]), ], dependencies: [ - .package(url: "https://github.com/vapor/leaf-kit.git", .branch("master")), + .package(url: "https://github.com/vapor/leaf-kit.git", from: "1.0.0-alpha"), .package(url: "https://github.com/vapor/vapor.git", from: "4.0.0-alpha.2"), ], targets: [