Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

sbt dependency error #10

Closed
gaocegege opened this issue Nov 11, 2015 · 7 comments
Closed

sbt dependency error #10

gaocegege opened this issue Nov 11, 2015 · 7 comments

Comments

@gaocegege
Copy link

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
Copy link
Contributor

As far as I see, the latest version is 1.1.1

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

@gaocegege
Copy link
Author

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

@pedrorijo91
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Author

😄ok~

@pedrorijo91
Copy link
Contributor

Worked for you? Gonna close this issue then.

Thanks for the report !

pedrorijo91 added a commit that referenced this issue Nov 11, 2015
Fixed removed sbt-scoverage version to the latest. 

Fixes #10
@gaocegege
Copy link
Author

yeah, LGTM

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

No branches or pull requests

2 participants