Fix the OAuthSwift package since the 2.2 version has trouble looking up credentials.

This commit is contained in:
Maurice Parker 2021-06-17 14:32:00 -05:00
parent e35b913d23
commit 7a28353358
2 changed files with 3 additions and 3 deletions

View File

@ -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"
}
},
{

View File

@ -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(