Open palanga opened 1 year ago
The conversion of a List[Array[Byte]] doesn't work as expected (it did in previous versions).
List[Array[Byte]]
which previous version did it work in?
How does it "not work"?
@tmccombs we where using 2.1.1 with scala 2.12. We had to upgrade to 3.0.0 when we upgraded to 2.13 and this stopped working.
2.1.1
2.12
3.0.0
2.13
76
The conversion of a
List[Array[Byte]]
doesn't work as expected (it did in previous versions).