We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6006d2a commit c017538Copy full SHA for c017538
Package.swift
@@ -11,7 +11,7 @@ let package = Package(
11
],
12
dependencies: [
13
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
14
- .package(url: "https://github.com/vapor-community/stripe-kit.git", from: "13.0.0"),
+ .package(url: "https://github.com/vapor-community/stripe-kit.git", from: "14.0.0"),
15
16
targets: [
17
.target(name: "Stripe", dependencies: [
0 commit comments