-
Notifications
You must be signed in to change notification settings - Fork 25
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
Can't import via sbt #33
Comments
What is the reason behind it not being on maven yet? |
It's published to the Sonatype Snapshot repo.
|
Jar file can be successfully downloaded. But beside a MANIFEST there is nothing.
|
@yeyan adding |
After changing dependency from Featherbed-core is successfully fetched. The documentation on in Guide is bit confusing. It should change from
to
By the way sbt can not find anything like featherbed-circle. Does that lib published to repo yet? |
It's circe, not circle. |
It would be great if |
This was fixed in 0.2.2 for me (see #57) and there doesn't seem to be any recent complaints regarding this issue, so I suggest it can be closed. |
Using the "git method" seems to fail, and featherbed is not published on maven.
In the meantime I've cloned this repo and run
sbt publishLocal
to get it into my local .ivy2It'd be good to get the basic
import featherbed.Client
statement for featherbed into the README as well, it was a little confusing to see it fully-qualified everywhere in the docs.The text was updated successfully, but these errors were encountered: