Skip to content

Commit

Permalink
Merge pull request #30 from vapor/beta
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
loganwright authored Mar 27, 2017
2 parents c061edb + d0b2540 commit fe90575
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 fe90575

Please sign in to comment.