Skip to content
New issue

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

Missing dependencies #119

Closed
tanaka-de-silva opened this issue Aug 12, 2014 · 5 comments
Closed

Missing dependencies #119

tanaka-de-silva opened this issue Aug 12, 2014 · 5 comments

Comments

@tanaka-de-silva
Copy link

I am having trouble including this package into my sbt project, in particular due to missing dependencies for sbt-pgp(0.8.1) and sbt-git(0.6.4). SBT cannot find these with the resolvers that are given in the build files for this repository. I am using scala(2.10.4) with sbt(0.13.5). I got it to work by using github snapshots of the dependencies, changing the sbt versions and then using publish-local. Is there a repository/resolver that I can use instead?

@alexflav23
Copy link
Member

Hi @tanaka-de-silva,

I believe this is due to a strange bug in SBT, the error has been resolved in the latest release, 1.0.6.
Simply bumping the version should suffice.

Regards,
Flavian

@tanaka-de-silva
Copy link
Author

Hi Flavian,
That seem to fix the issue. Thank you very much for the quick response, and generally for the time and effort you guys seem to have put into writing and maintaining this package. Looking forward to learning more about the internals and to actually use phantom in a project.
Best Regards,
Tanaka

@zirpins
Copy link

zirpins commented Aug 22, 2014

With version 1.1.0 the issue reappears. It seems to be due to some (generated?) extraDependencyAttributes in the maven pom.

@alexflav23
Copy link
Member

Yes, it's some weird stuff from sbt-0.13`s version ofpublish-signed, somehow it's publishing the sbt plugins from the publishing machine as dependencies in the project.

Thank you for making us aware of it, it's now scheduled for a fix and we will re-publish to Maven Central this evening.

@alexflav23 alexflav23 reopened this Aug 22, 2014
AndreasPetter added a commit to AndreasPetter/storehaus that referenced this issue Aug 22, 2014
@alexflav23
Copy link
Member

@zirpins I just pushed a 1.2.0 to Maven Central, it should be there in the next 2 hours. Also pushed a 1.2.0 to our internal Maven repo, you can get it from there straight away. There is also a 1.2.1 available on our internal repository.

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

No branches or pull requests

3 participants