You know the routine for porting from Scala 2.12 to 2.13: you’ll get a bunch of compiler errors and warnings, and you can quickly enough hack your way through them.
There is, though, one runtime issue I’ve bumped into. When pattern matching on Seq
from a library, you need to be careful about what kind of a Seq
you’ve been handed.