Skip to content

Commit

Permalink
Update Package.swift to require Braintree v5.4.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
Samantha Cannillo committed Jul 22, 2021
1 parent 0ba322b commit fcae56d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ let package = Package(
)
],
dependencies: [
// TODO: Update to use latest release of braintree_ios
//.package(name: "Braintree", url: "https://github.com/braintree/braintree_ios", from: "5.4.2")
.package(name: "Braintree", url: "https://github.com/braintree/braintree_ios", .branch("master")
)
.package(name: "Braintree", url: "https://github.com/braintree/braintree_ios", from: "5.4.3")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit fcae56d

Please sign in to comment.