Skip to content

Commit

Permalink
use tagged vapor
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Aug 20, 2019
1 parent 395434f commit 9a633a1
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 @@ -8,7 +8,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/vapor/leaf-kit.git", .branch("master")),
.package(url: "https://github.com/vapor/vapor.git", .branch("master")),
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0-alpha.2"),
],
targets: [
.target(name: "Leaf", dependencies: ["LeafKit", "Vapor"]),
Expand Down

0 comments on commit 9a633a1

Please sign in to comment.