ONSdigital / csvw-check

A CLI to validate CSV-Ws (W3C's CSV on the Web standard).
Apache License 2.0
1 stars 1 forks source link

Move to Scala 3 #86

Open robons opened 3 years ago

robons commented 3 years ago

We're currently using Scala 2.1x.y but Scala 3 has been released. It's a bit of a step-change so it'd be good to spend some time figuring out what code we need to change, what will break, etc.

Then we should convert the code-base to Scala 3 so we don't fall too far behind with the functionality available & security holes, etc.