Skip to content

Commit ed40278

Browse files
authored
Set the correct supported Vapor version in the manifest
1 parent 9c71c8a commit ed40278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
.package(url: "https://github.com/vapor/service.git", from: "1.0.0"),
2525

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

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

0 commit comments

Comments
 (0)