Splitties / refreshVersions

Life is too short to google for dependencies and versions
https://splitties.github.io/refreshVersions/
MIT License
1.65k stars 107 forks source link

refreshVersions can modify the build when a new rule is added #427

Open jmfayard opened 3 years ago

jmfayard commented 3 years ago

The bug is visible here: https://github.com/LouisCAD/kotlin-libraries-playground/commit/f0612fc3a28cfd0e2c9e00c0936f3eeec90726bb

Before:

⚠️ 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

LouisCAD commented 3 years ago

Let me know when you're up to pair-program that one, I'm looking forward to it.