Skip to content

Commit

Permalink
use leafkit tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Aug 22, 2019
1 parent 9a633a1 commit a295524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit a295524

Please sign in to comment.