Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
update vapor 2 official release
  • Loading branch information
JustinM1 authored May 20, 2017
1 parent 5242d80 commit e5411bf
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 @@ -6,6 +6,6 @@ let package = Package(
dependencies: [
.Package(url: "https://github.com/vapor/crypto.git",
Version(2,0,0, prereleaseIdentifiers: ["beta"])),
.Package(url: "https://github.com/vapor/core.git", Version(2,0,0, prereleaseIdentifiers: ["beta"]))
.Package(url: "https://github.com/vapor/vapor.git", majorVersion: 2)
]
)

0 comments on commit e5411bf

Please sign in to comment.