I'm not sure how fixable this is, but using `.to(Coll)` on 2.13 causes "unused import" warnings, which is a pain when you have `fatal-warnings` enabled. example: https://scastie.scala-lang.org/mc1Z3irYQ72gmPNgI96c6g As a workaround right now I'm disabling the 2.13 version of the flag: `scalacOptions -= "-Wunused:imports"`