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

the dependencies do not exist anymore #1

Open
prayagupa opened this issue May 13, 2018 · 0 comments
Open

the dependencies do not exist anymore #1

prayagupa opened this issue May 13, 2018 · 0 comments

Comments

@prayagupa
Copy link

I'm looking for swagger documentation with finch, can not find one. This project seems abandoned now. The snapshot version does not exist.

[error] (*:update) sbt.ResolveException: unresolved dependency: com.github.finagle#finch-core_2.11;0.9.2-SNAPSHOT: not found
[error] unresolved dependency: com.github.finagle#finch-argonaut_2.11;0.9.2-SNAPSHOT: not found
[error] unresolved dependency: com.github.finagle#finch-test_2.11;0.9.2-SNAPSHOT: not found
[error] Total time: 4 s, completed May 12, 2018 8:14:19 PM

updated the version to "0.9.3"/ 0.10.0 but FileUpload does not have content anymore,

finch-petstore/src/main/scala/io/finch/petstore/endpoint.scala:162: value content is not a member of com.twitter.finagle.http.exp.Multipart.FileUpload
[error]       Ok(db.addImage(id, upload.content))
[error]                                 ^
[error] one error found
[error] (compile:compileIncremental) Compilation failed
[error] Total time: 12 s, completed May 12, 2018 8:25:03 PM
package com.twitter.finagle.http.exp

  trait FileUpload {

    def contentType: String

    def fileName: String

    def contentTransferEncoding: String
  }
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

1 participant