Skip to content

Commit

Permalink
Use latest StripeKit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewangeta authored Jul 16, 2019
1 parent 0cf3526 commit f1add44
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 @@ -8,7 +8,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0-alpha"),
.package(url: "https://github.com/vapor-community/StripeKit.git", from: "1.0.5"),
.package(url: "https://github.com/vapor-community/StripeKit.git", from: "1.0.6"),
],
targets: [
.target(name: "Stripe", dependencies: ["Vapor","StripeKit"]),
Expand Down

0 comments on commit f1add44

Please sign in to comment.