You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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] Totaltime: 12 s, completed May12, 20188:25:03PM
I'm looking for swagger documentation with finch, can not find one. This project seems abandoned now. The snapshot version does not exist.
updated the version to
"0.9.3"
/0.10.0
but FileUpload does not havecontent
anymore,The text was updated successfully, but these errors were encountered: