Slick 3.2.0 source code generator prepend final key word for Entity type case class generation, this leads the issue have not been resolved since years:
https://issues.scala-lang.org/browse/SI-4440
The workaround is to create custom source code generator then override that def caseClassFinal = true to false instead.
Related thread: