Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue.516 removing SwiftyJSON #33

Merged
merged 4 commits into from
Jan 27, 2018
Merged

Issue.516 removing SwiftyJSON #33

merged 4 commits into from
Jan 27, 2018

Conversation

Andrew-Lees11
Copy link
Contributor

Removed dependancy on swiftyJSON for issue #516 so that Kitura-CredentialsGitHub
will work with the updated Kitura-Sessions

@tunniclm
Copy link
Collaborator

Approved conditional on the necessary Package.swift update when Kitura-Session is updated and tagged.

Package.swift Outdated
@@ -29,7 +29,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/IBM-Swift/Kitura-Credentials.git", .upToNextMinor(from: "2.0.0")),
.package(url: "https://github.com/IBM-Swift/Kitura-Credentials.git", from: "2.0.0"),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make this .upToNextMinor(from: "2.1.0") so that we can tag Kitura-Credentials as 2.1.0 instead of being forced to tag it 3.0.0 (since it removes SwiftyJSON which this package is relying on indirectly). Keeping the version range to minors will mean we have a bit more maintenance to do keeping the Package.swift up to date, but hopefully it will reduce the likelihood of slow/hang resolution problems with SPM.

@tunniclm tunniclm merged commit 1c71fd7 into master Jan 27, 2018
@tunniclm tunniclm deleted the issue.516.noJSON branch January 27, 2018 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants