Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
loganwright committed Mar 27, 2017
1 parent c061edb commit d0b2540
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(
// Target(name: "ConsoleExample", dependencies: ["Console"])
],
dependencies: [
.Package(url: "https://github.com/vapor/core.git", Version(2,0,0, prereleaseIdentifiers: ["alpha"])),
.Package(url: "https://github.com/vapor/core.git", Version(2,0,0, prereleaseIdentifiers: ["beta"])),
],
exclude: [
"Sources/ConsoleExample"
Expand Down

0 comments on commit d0b2540

Please sign in to comment.