apicollective/apibuilder-generator

Http4s: Remove warnings in generated v18 code that can be fixed with language feature imports

Closed this issue · 1 comments

jackl commented

There are two types of warnings that can be removed from the generated http4s code by importing the following (only where absolutely needed):

  1. scala.language.higherKinds
    2 scala.language.implicitConversions

For the implicitConversions case, there is only one instance where a scala 2.11 compatibility change was added - this could be removed at a future date.

Fixed by #469