swagger-api / swagger-api/swagger-codegen
AsyncScala Client dependency error
Open
@fehguy is already working on this.
Since Apr 7, 2016.
Client: Scala
Issue: Bug
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
The generated async scala client contains a non existing dependency to
"io.swagger" %% "swagger-async-httpclient" % "0.3.5"
and sbt complains the it can not find it. This should be replaced with
"com.wordnik.swagger" %% "swagger-async-httpclient" % "0.3.5"
I'll do a PR to fix that ;)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.