Currently I cannot use the -X-fatal-warnings flag due to the fact that there are almost always warnings wrt unused imports. I think we should remove the unused imports.
Frequent offenders are circe imports in ModelsJson (which could be replaced by import io.circe._ and importing the models.json in the json package object itself).
I don't know when I will have time to look at it, but if anyone wants to have a look that would be much appreciated :)
Currently I cannot use the
-X-fatal-warningsflag due to the fact that there are almost always warnings wrt unused imports. I think we should remove the unused imports.Frequent offenders are circe imports in ModelsJson (which could be replaced by
import io.circe._and importing themodels.jsonin the json package object itself).I don't know when I will have time to look at it, but if anyone wants to have a look that would be much appreciated :)