sqality / scct

Scala Code Coverage Tool
Apache License 2.0
67 stars 7 forks source link

[error] unresolved dependency: com.github.scct#scct;0.3-SNAPSHOT: not found #19

Closed taylorleese closed 11 years ago

taylorleese commented 11 years ago

I haven't been able to resolve 0.3-SNAPSHOT or 0.2. I get similar errors for both sbt 0.12.4 and 0.13.0. This is the error:

[warn]  Note: Some unresolved dependencies have extra attributes.  Check that these dependencies exist with the requested attributes.
[warn]      com.github.scct:scct:0.3-SNAPSHOT (sbtVersion=0.13, scalaVersion=2.10)
...
[error] unresolved dependency: com.github.scct#scct;0.3-SNAPSHOT: not found
0xRoch commented 11 years ago

@taylorleese did you import the Sonatype Snapshot repository ? resolvers += "Sonatype OSS" at "https://oss.sonatype.org/content/repositories/snapshots"

The deps you talk about are published here : https://oss.sonatype.org/content/repositories/snapshots/com/github/scct/sbt-scct_2.10_0.13/ Let me know if it solves your problem.

taylorleese commented 11 years ago

Actually, I had the artifact name wrong -- scct instead of sbt-scct.

0xRoch commented 11 years ago

@taylorleese great does it solve your previous issue ?

taylorleese commented 11 years ago

@D-Roch No, I still get the same error reported in #6 with 0.3-SNAPSHOT.