AbsaOSS/ABRiS

Add Scala 2.13 support

Closed this issue · 2 comments

Add Scala 2.13 support
Converters class Supported Scala versions
scala.collection.JavaConversions 2.11, 2.12(deprecated)
scala.collection.JavaConverters 2.11, 2.12, 2.13(deprecated)
scala.jdk.CollectionConverters 2.13

scala.collection.JavaConverters is the way to go for now.

https://github.com/scala/scala-collection-compat This could be used as backport of scala.jdk.CollectionConverters, but it seems like an overkill to just avoid deprecation warning in 2.13. It may be useful later.