Update package version
This commit is contained in:
parent
f020c13739
commit
df97271987
@ -1,4 +1,4 @@
|
|||||||
// swift-tools-version:5.5
|
// swift-tools-version:5.6
|
||||||
import PackageDescription
|
import PackageDescription
|
||||||
|
|
||||||
let package = Package(
|
let package = Package(
|
||||||
@ -7,21 +7,21 @@ let package = Package(
|
|||||||
.macOS(.v12)
|
.macOS(.v12)
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(name: "vapor", url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
|
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
|
||||||
.package(name: "fluent", url: "https://github.com/vapor/fluent.git", from: "4.0.0"),
|
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"),
|
||||||
.package(name: "fluent-sqlite-driver", url: "https://github.com/vapor/fluent-sqlite.git", from: "4.0.0"),
|
.package(url: "https://github.com/vapor/fluent-sqlite.git", from: "4.0.0"),
|
||||||
// Alternatives:
|
// Alternatives:
|
||||||
// https://github.com/onevcat/Hedwig
|
// https://github.com/onevcat/Hedwig
|
||||||
// https://github.com/Joannis/SMTPKitten
|
// https://github.com/Joannis/SMTPKitten
|
||||||
// https://github.com/Joannis/VaporSMTPKit <- Uses SMTPKitten
|
// https://github.com/Joannis/VaporSMTPKit <- Uses SMTPKitten
|
||||||
.package(name: "Swift-SMTP", url: "https://github.com/Kitura/Swift-SMTP", from: "5.1.0"),
|
.package(url: "https://github.com/Kitura/Swift-SMTP", from: "5.1.0"),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.target(
|
.target(
|
||||||
name: "App",
|
name: "App",
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.product(name: "Fluent", package: "fluent"),
|
.product(name: "Fluent", package: "fluent"),
|
||||||
.product(name: "FluentSQLiteDriver", package: "fluent-sqlite-driver"),
|
.product(name: "FluentSQLiteDriver", package: "fluent-sqlite"),
|
||||||
.product(name: "Vapor", package: "vapor"),
|
.product(name: "Vapor", package: "vapor"),
|
||||||
.product(name: "SwiftSMTP", package: "Swift-SMTP"),
|
.product(name: "SwiftSMTP", package: "Swift-SMTP"),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user