Problems with 19.5.0 finatra build (original) (raw)

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?