latis-data / latis3

Apache License 2.0
8 stars 1 forks source link

Migrate to Scala 3 #660

Closed lindholc closed 4 months ago

lindholc commented 8 months ago

This PR migrates everything to Scala 3 (no cross building for 2.13). My initial goal was to cross build, but I decided we wouldn't lose much by not supporting Scala 2.13 and it is simpler to only support Scala 3.

I only changed what was necessary to compile without warnings. There are more things that will need to be changed for the future (compile with -source:future-migration). I did not change things to use Scala 3 features unless it helped fix issues.

Larger changes: