Skip to content

Commit

Permalink
Updated readme with correct dependency declaration, otherwise swift b…
Browse files Browse the repository at this point in the history
…uild breaks.
  • Loading branch information
sanzaru committed Dec 16, 2020
1 parent cfc6e8e commit 2064722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let package = Package(
targets: ["MyProject"]),
],
dependencies: [
.package(url: "https://github.com/Kitura/Swift-SMTP", .upToNextMinor(from: "5.1.0")), // add the dependency
.package(name: "SwiftSMTP", url: "https://github.com/Kitura/Swift-SMTP", .upToNextMinor(from: "5.1.0")), // add the dependency
],
targets: [
.target(
Expand Down

0 comments on commit 2064722

Please sign in to comment.