Patrick-Kladek / Callisto

Parse Clang Static Analyzer messages and pass them to Slack
MIT License
21 stars 3 forks source link

SwiftPM dependencies check #17

Closed Patrick-Kladek closed 2 years ago

Patrick-Kladek commented 2 years ago

Description

We want to get notified when a new version of one of our dependencies is available. Because we pin each dependency to a major version we need to manually check for a new version regularly. Installing and running https://github.com/kiliankoe/swift-outdated returns a nice summary of new available versions.

Tasks

Infos for Reviewer

Nothing will happen if swift-outdated is not installed.