We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c71c8a commit ed40278Copy full SHA for ed40278
Package.swift
@@ -24,7 +24,7 @@ let package = Package(
24
.package(url: "https://github.com/vapor/service.git", from: "1.0.0"),
25
26
// 💧 A server-side Swift web framework.
27
- .package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
+ .package(url: "https://github.com/vapor/vapor.git", from: "3.2.0"),
28
29
// Fluent SQLite, only for testing.
30
.package(url: "https://github.com/vapor/fluent-sqlite.git", from: "3.0.0"),
0 commit comments