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
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"