scala.reflect.internal.Types$TypeError: type mismatch;
found : RetryingRestTemplate.super.type (with underlying type org.springframework.web.client.RestTemplate)
required: test.RetryingRestTemplate
Reproduced with both 2.11.8 and 2.12.1.
Attached is an SBT project exhibiting the problem, minified as far as I am able.
The following code
Crashes the compiler with
Reproduced with both 2.11.8 and 2.12.1.
Attached is an SBT project exhibiting the problem, minified as far as I am able.