archived-codacy / sbt-codacy-coverage

Sbt plugin for uploading Scala code coverage to Codacy https://www.codacy.com
18 stars 22 forks source link

sbt dependency error #10

Closed gaocegege closed 8 years ago

gaocegege commented 8 years ago

Hi, today I want to get the coverage report from the codacy, but I got this: sbt.ResolveException: unresolved dependency: org.scoverage#sbt-scoverage;1.3.1: not found

Is there something wrong?

pedrorijo91 commented 8 years ago

As far as I see, the latest version is 1.1.1

http://mvnrepository.com/artifact/org.scoverage/scalac-scoverage-plugin_2.11

gaocegege commented 8 years ago

enh, so the setup section in the readme.md is wrong~?

pedrorijo91 commented 8 years ago

sorry, my mistake. I was looking into Scoverage Scala Code Coverage Core Libs https://github.com/scoverage/scalac-scoverage-plugin

This project uses version 1.3.3 and it works: https://github.com/codacy/codacy-coverage-reporter/blob/master/project/plugins.sbt

But with version 1.3.1 I get the same error. Try with 1.3.3 for now please. I will find why are we getting this error

pedrorijo91 commented 8 years ago

It looks like 1.3.1 has been deleted: https://repo1.maven.org/maven2/org/scoverage/sbt-scoverage_2.10_0.13/

Going to update the documentation

gaocegege commented 8 years ago

😄ok~

pedrorijo91 commented 8 years ago

Worked for you? Gonna close this issue then.

Thanks for the report !

gaocegege commented 8 years ago

yeah, LGTM