MoneyFlow
MoneyFlow copied to clipboard
Update dependency co.touchlab:kermit to v2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| co.touchlab:kermit | 1.2.2 -> 2.0.4 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
touchlab/Kermit (co.touchlab:kermit)
v2.0.4
Changed
- Added
ChunkedLogWriter. This LogWriter can be used to wrap existing LogWriters and break their output into defined sizes. This is useful if your LogWriter outputs to something which limits message length (such as Logcat) (#​396 thanks @​psh)
Logger.setLogWriters(platformLogWriter().chunked(maxMessageLength = 4000))
v2.0.3
Fixed
- Remove JUnit dependency from commonJvmMain source set (#​390)
Changed
- Kotlin 1.9.22
- [Gradle Plugin] Gradle 8.4
- [Gradle Plugin] Android Gradle Plugin 8.2.2
v2.0.2
- restore global api functions
- WASM support
v2.0.1
v2.0.0
- Kotlin 1.9.10
-
linuxArm64support
v1.2.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.