We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is 1.0.0 published? I tried with addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.0.0"), and end up with a following error.
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.0.0")
[error] (*:update) sbt.ResolveException: unresolved dependency: org.scoverage#sbt-coveralls;l.0.0: not found
The text was updated successfully, but these errors were encountered:
Try 1.0.0.BETA1 error is in teh readme
On 30 November 2014 at 15:43, KAWACHI Takashi notifications@github.com wrote:
Is 1.0.0 published? I tried with addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.0.0"), and end up with a following error. error sbt.ResolveException: unresolved dependency: org.scoverage#sbt-coveralls;l.0.0: not found — Reply to this email directly or view it on GitHub #30.
error sbt.ResolveException: unresolved dependency: org.scoverage#sbt-coveralls;l.0.0: not found
— Reply to this email directly or view it on GitHub #30.
Sorry, something went wrong.
1.0.0.BETA1 can be resolved, thanks.
Update README.md
4c568d2
Fixes scoverage#30
Successfully merging a pull request may close this issue.
Is 1.0.0 published? I tried with
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.0.0")
, and end up with a following error.The text was updated successfully, but these errors were encountered: