tindzk / seed

Build tool for Scala projects
https://tindzk.github.io/seed/
Apache License 2.0
237 stars 13 forks source link

MavenCentral: Fix parsing of library artefacts #34

Closed tindzk closed 5 years ago

tindzk commented 5 years ago

If an organisation contains multiple artefacts with the same prefix followed by a digit, this digit would be considered as part of the version:

✗ Could not parse version '8_2.12'. Falling back to comparison by natural ordering...
✗ Could not parse version '8_2.13'. Falling back to comparison by natural ordering...
✗ Could not parse version '8_2.13.0-RC2'. Falling back to comparison by natural ordering...
✗ Could not parse version '8_2.13.0-RC2'. Falling back to comparison by natural ordering...
[...]

These errors were reported to the user when running seed update on projects that use the scribe-slf4j dependency.