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
JavaConversions are removed in Scala 2.13. Compilation with Scala 2.12 produces warning:
JavaConversions are deprecated, try using 'import scala.collection.JavaConverters._' instead
The text was updated successfully, but these errors were encountered:
#291: Remove use of JavaConversions in the code
5899091
+ some minor cleanups
No branches or pull requests
JavaConversions are removed in Scala 2.13.
Compilation with Scala 2.12 produces warning:
The text was updated successfully, but these errors were encountered: