Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: No notification when dependency update breaks
Problem: Since the SDK is a library, it should not enforce the version of the libraries it requires too strictly. This causes issues when an incompatible dependency upgrade breaks compatibility without anyone noticing except for the next CI build. Solution: Run tests daily with the latest dependencies.
- Loading branch information