agemooij / riak-scala-client

An easy to use, non-blocking, fast Scala client library for interacting with Riak.
http://riak.scalapenos.com/
Apache License 2.0
84 stars 24 forks source link

Update plugins.sbt #22

Closed 0xRoch closed 11 years ago

agemooij commented 11 years ago

Thanks for the PR! I hadn't noticed that Scct had released a stable version, or that they renamed their artefacts.

Unfortunately this PR currently breaks the SBT build, since the import of the Scct settings at the top of the build.sbt refers to something that apparently doesn't exist anymore.

This is the error I got when starting SBT:

/.../riak-scala-client/coverage.sbt:6: error: not found: value ScctPlugin
seq(ScctPlugin.instrumentSettings : _*)
    ^
[error] Type error in expression

Could you please update this PR to fix that problem and then run the Scct plugin to make sure it actually works?

0xRoch commented 11 years ago

Hi @agemooij the original project was no longer active and pull requests are no longer accepted, we did a fork in order to be able to make an actual release on central with cross compatibility with sbt 0.13. I have edited coverage.sbt I hope it will not fail this time :)

agemooij commented 11 years ago

Thanks, that works. Good to know someone is working on Scct again, so keep up the good work!