zio-cli icon indicating copy to clipboard operation
zio-cli copied to clipboard

v0.5 mislabeled as v0.6 in README/Github?

Open oschrenk opened this issue 1 year ago • 1 comments

The README states

libraryDependencies += "dev.zio" %% "zio-cli" % "0.6.0"

and the Github release also states that 0.6.0 is released

I can't find the version online

cs fetch dev.zio::zio-cli:0.6.0
Exception in thread "main" coursier.install.AppArtifacts$ScalaDependenciesNotFound: Can't find a scala version suffix for dev.zio::zio-cli:0.6.0 (likely a non existing module or version)

while

cs fetch dev.zio::zio-cli:0.5.0
~/.../Coursier/v1/https/repo1.maven.org/maven2/dev/zio/zio-cli_3/0.5.0/zio-cli_3-0.5.0.jar

works fine

Looking at

https://repo1.maven.org/maven2/dev/zio/zio-cli_2.13/

the latest release is 0.5.0 and the release date of 0.5.0 in Maven is the same as the 0.6.0 in Github

So 0.5.0 is the latest, I presume?

oschrenk avatar Jul 27 '23 10:07 oschrenk

0.5.0 is the latest

vigoo avatar Aug 01 '23 11:08 vigoo