relate
relate copied to clipboard
List of Byte Array bug
#76
The conversion of a List[Array[Byte]]
doesn't work as expected (it did in previous versions).
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.