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

Bump dependencies to avoid SwiftLint build-error in Swift 5.5.2 #509

Merged
merged 2 commits into from
Mar 1, 2022
Merged

Bump dependencies to avoid SwiftLint build-error in Swift 5.5.2 #509

merged 2 commits into from
Mar 1, 2022

Conversation

417-72KI
Copy link
Member

There is some problem that SwiftLint build fails on Swift 5.5.2.
https://github.com/danger/swift/runs/5258863489?check_suite_focus=true#step:10:69

I tried to bump it and found version conflicts on some dependencies, so I make them all to latest.

Additionally, swift-docis archived and not maintained any more, which causes version conflict too.
It seems to be necessary to run make docs, so I comment-out temporary instead of removing.

Package.swift Outdated
.package(url: "https://github.com/shibapm/Rocket", from: "0.4.0"),
.package(url: "https://github.com/SwiftDocOrg/swift-doc", .branch("1.0.0-rc.1")),
.package(url: "https://github.com/shibapm/Rocket", from: "1.2.1"),
// .package(url: "https://github.com/SwiftDocOrg/swift-doc", .branch("1.0.0-rc.1")),
Copy link
Member

Choose a reason for hiding this comment

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

Given this is been archived, I think we can remove it completely, will work on make docs separately

@417-72KI 417-72KI merged commit 9f2a508 into danger:master Mar 1, 2022
@417-72KI 417-72KI deleted the bump-dependencies branch March 1, 2022 17:46
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.

None yet

2 participants