-
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
Updated libraryDependencies in the installation guide #57
Conversation
This fix should resolve #33 |
Codecov Report
@@ Coverage Diff @@
## master #57 +/- ##
=======================================
Coverage 68.32% 68.32%
=======================================
Files 9 9
Lines 262 262
Branches 3 3
=======================================
Hits 179 179
Misses 83 83 Continue to review full report at Codecov.
|
I've had another look at #33 and I see that the contributors believe that simple importing as in the documentation should work and bring in the correct dependencies. So I've attempted a quick recreate: I've created a fresh SBT project on another machine. If all I do is copy in: `name := "featherbed-test" libraryDependencies ++= Seq( With this class: val client = new featherbed.Client(new URL("http://localhost:8765/api/")) Then both IntelliJ and SBT will pull in a lot of the twitter libraries, Finagle, Cats and Shapeless. This is fine -- but featherbed doesn't seem to be brought in. Attempting to compile the given code will result in a compilation failure, so it looks like something isn't working. However, if I amend the libraryDependencies line to |
@RawToast This is strange! The artifact I'd prefer to fix the problem so that bringing in |
@jeremyrsmith I've done some more reading and ran some more experiments with this. Tried removing my only set plugin (coursier), which didn't fix anything. Interestingly, after only changing the version number, I used Funnily enough, the poms on sonatype nexus for I would've looked at the |
Closing this as the project has this seems to be fixed in more recent releases. |
No description provided.