Splitties / refreshVersions

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

Make constants in Libs.kt configurable/longer/... #719

Open jschneider opened 2 months ago

jschneider commented 2 months ago

This entry gets generated in Libs.kt:

public const val mongodb: String = "org.testcontainers:mongodb:_"

In this case the property name mongodb is misleading. I'd prefer testcontainers_mongodb

Possible solution: Keep the names of existing constants. Then I could rename the constants as preferred.