Update vapor minor version in testing doc

This commit is contained in:
Josh Justice 2017-04-25 09:55:50 -04:00
parent 9d310e109e
commit d2a447f100
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ let package = Package(
Target(name: "AppLogic")
],
dependencies: [
.Package(url: "https://github.com/vapor/vapor.git", majorVersion: 1, minor: 3)
.Package(url: "https://github.com/vapor/vapor.git", majorVersion: 1, minor: 5)
],
exclude: [
"Config",