Skip to content

Commit

Permalink
Update SendGridKit to version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Melvin Gundlach committed Jun 26, 2023
1 parent 2498f37 commit 005c4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
.package(url: "https://github.com/vapor-community/sendgrid-kit.git", from: "2.0.1"),
.package(url: "https://github.com/vapor-community/sendgrid-kit.git", from: "2.0.2"),
],
targets: [
.target(name: "SendGrid", dependencies: [
Expand Down

0 comments on commit 005c4e8

Please sign in to comment.