We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#76
The conversion of a List[Array[Byte]] doesn't work as expected (it did in previous versions).
List[Array[Byte]]
The text was updated successfully, but these errors were encountered:
which previous version did it work in?
Sorry, something went wrong.
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
No branches or pull requests
#76
The conversion of a
List[Array[Byte]]
doesn't work as expected (it did in previous versions).The text was updated successfully, but these errors were encountered: