Skip to content

Commit

Permalink
engine 9
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 authored and edjiang committed Sep 12, 2016
1 parent 984f8ab commit 51e36fe
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 @@ -13,7 +13,7 @@ var package = Package(
dependencies: [.Target(name: "Turnstile")]),
],
dependencies: [
.Package(url: "https://github.com/vapor/engine.git", majorVersion: 0, minor: 8),
.Package(url: "https://github.com/vapor/engine.git", majorVersion: 0, minor: 9),
.Package(url: "https://github.com/vapor/json.git", majorVersion: 0, minor: 7)
]
)

0 comments on commit 51e36fe

Please sign in to comment.