First 2.13 support
This mainly adds 2.13 support, but does a very minor breaking API change in Row: it no longer extends IndexedSeq. Instead use .toVector
or directly access items with apply
.
This mainly adds 2.13 support, but does a very minor breaking API change in Row: it no longer extends IndexedSeq. Instead use .toVector
or directly access items with apply
.