-
Notifications
You must be signed in to change notification settings - Fork 404
Closed
Labels
Description
I've got a compilation error while building one of our projects after updating the dependency to 19.5.0:
Symbol 'type com.twitter.finatra.http.RouteHint' is missing from the classpath.
[error] This symbol is required by 'value com.twitter.finatra.http.EmbeddedHttpServer.routeHint'.
[error] Make sure that type RouteHint is in your classpath and check for conflicting dependencies with `-Ylog-classpath`.
[error] A full rebuild may help if 'EmbeddedHttpServer.class' was compiled against an incompatible version of com.twitter.finatra.http.
[error] val response = server.httpGetJson[ChangelogResponse](
I assume the RouteHint it should be in finatra-http_2.12-19.5.0-tests.jar archive, but I can't see it there
Any chance there was a problem with build?
Reactions are currently unavailable