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

Commit

Permalink
vapor beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Feb 13, 2018
1 parent e18042f commit 5faaa6b
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 @@ -26,7 +26,7 @@ let package = Package(
.package(url: "https://github.com/vapor/service.git", .exact("1.0.0-beta.1")),

// A server-side Swift web framework.
.package(url: "https://github.com/vapor/vapor.git", .exact("3.0.0-beta.1")),
.package(url: "https://github.com/vapor/vapor.git", .exact("3.0.0-beta.2")),
],
targets: [
.target(name: "Authentication", dependencies: ["Async", "Bits", "Crypto", "Debugging", "Fluent", "HTTP", "Service", "Vapor"]),
Expand Down

0 comments on commit 5faaa6b

Please sign in to comment.