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

Commit

Permalink
Set the correct supported Vapor version in the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim authored Feb 18, 2019
1 parent 9c71c8a commit ed40278
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 @@ -24,7 +24,7 @@ let package = Package(
.package(url: "https://github.com/vapor/service.git", from: "1.0.0"),

// 💧 A server-side Swift web framework.
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "3.2.0"),

// Fluent SQLite, only for testing.
.package(url: "https://github.com/vapor/fluent-sqlite.git", from: "3.0.0"),
Expand Down

0 comments on commit ed40278

Please sign in to comment.