refreshVersions
refreshVersions copied to clipboard
refreshVersions can modify the build when a new rule is added
- [x] I have read the guidelines for submitting issues
🐛 Describe the bug
The bug is visible here: https://github.com/LouisCAD/kotlin-libraries-playground/commit/f0612fc3a28cfd0e2c9e00c0936f3eeec90726bb
Before:
- refreshVersions 0.11.0
- dependency
implementation("org.kodein.di:kodein-di:_") -
version.org.kodein.di..kodein-di=7.6.0
⚠️ Current behavior
Upgrade to refreshVersions 0.20.0, which contains a new rule for kodein
Run refreshVersions
versions.properties has the following
## unused
version.org.kodein.di..kodein-di=7.6.0
version.kodein.di=7.7.0
✅ Expected behavior
version.kodein.di=7.6.0
Let me know when you're up to pair-program that one, I'm looking forward to it.