tindzk / seed

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

update command has trouble wit zio version #99

Closed vascorsd closed 4 years ago

vascorsd commented 4 years ago

Running the seed update command on version 0.1.7 works fine for almost all dependencies but zio.

Since zio is using some weird version schemes it is reporting the following:

⬀ Dependency dev.zio:zio has a new version (1.0.0-RC18-2 → 1.0.0-RC18)
⬀ Dependency dev.zio:zio-streams has a new version (1.0.0-RC18-2 → 1.0.0-RC18)

The latest version is the one with the -2 at the end.