Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
oschrenk opened this issue Jul 27, 2023 · 1 comment
Open

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

oschrenk opened this issue Jul 27, 2023 · 1 comment

Comments

@oschrenk
Copy link

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?

@vigoo
Copy link
Contributor

vigoo commented Aug 1, 2023

0.5.0 is the latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants