Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiki270 committed Jan 6, 2022
1 parent 6773217 commit b231e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -9,7 +9,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
.package(url: "https://github.com/twof/VaporMailgunService.git", .upToNextMinor(from: "1.2.0")),
.package(url: "https://github.com/twof/VaporMailgunService.git", .upToNextMinor(from: "1.6.0")),
.package(url: "https://github.com/vapor-community/sendgrid-provider.git", from: "3.0.5"),
.package(url: "https://github.com/IBM-Swift/Swift-SMTP.git", from: "5.1.0"),
.package(url: "https://github.com/IBM-Swift/LoggerAPI.git", .upToNextMinor(from: "1.8.0")),
Expand Down

0 comments on commit b231e7e

Please sign in to comment.