danger / swift

⚠️ Stop saying "you forgot to …" in code review
https://danger.systems/swift/
MIT License
1.05k stars 141 forks source link

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

Closed 417-72KI closed 2 years ago

417-72KI commented 2 years ago

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.