JuulLabs / exercise

Annotation processor for Android activity intent extras.
https://juullabs.github.io/exercise/
Apache License 2.0
8 stars 2 forks source link

Update dependency org.jetbrains.kotlinx:kotlinx-metadata-jvm to v0.6.0 #167

Closed juul-mobile-bot closed 1 year ago

juul-mobile-bot commented 1 year ago

This PR contains the following updates:

Package Type Update Change
org.jetbrains.kotlinx:kotlinx-metadata-jvm (source) dependencies minor 0.5.0 -> 0.6.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


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.



This PR has been generated by Renovate Bot.

twyatt commented 1 year ago

Tried removing this workaround in an internal library: https://github.com/JuulLabs/runtime-io-types/pull/177, and it was still needed there. I suspect we are still waiting for a newer version of binary-compatibility-validator library.

twyatt commented 1 year ago

Workaround no longer needed: #178