Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from nodes-vapor/feature/vapor-2-released
Browse files Browse the repository at this point in the history
Update to Vapor 2
  • Loading branch information
steffendsommer authored May 18, 2017
2 parents d36da21 + 02d3e57 commit 1aa121f
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 @@ -9,6 +9,6 @@ let package = Package(
Target(name: "VaporS3", dependencies: ["S3"]),
],
dependencies: [
.Package(url: "https://github.com/vapor/vapor.git", Version(2,0,0, prereleaseIdentifiers: ["beta"])),
.Package(url: "https://github.com/vapor/vapor.git", majorVersion: 2),
]
)

0 comments on commit 1aa121f

Please sign in to comment.