Fix the OAuthSwift package since the 2.2 version has trouble looking up credentials.
This commit is contained in:
parent
29458fb03b
commit
767f76892f
|
@ -42,8 +42,8 @@
|
|||
"repositoryURL": "https://github.com/OAuthSwift/OAuthSwift.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "d85964b96dbce94df961f28b996187c835089903",
|
||||
"version": "2.2.0"
|
||||
"revision": "fde77955e6983fbfaabd491709d52b8a82fda4d0",
|
||||
"version": "2.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -11,7 +11,7 @@ let package = Package(
|
|||
targets: ["Secrets"]),
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/OAuthSwift/OAuthSwift.git", .upToNextMajor(from: "2.1.2")),
|
||||
.package(url: "https://github.com/OAuthSwift/OAuthSwift.git", .exact("2.1.2")),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
|
Loading…
Reference in New Issue