Java converters

I want to use scala version 2.13.0 but I don’t know that should I use instead of java converters .

Java converters are part of scala 2.13 but have moved. Use
import scala.jdk.CollectionConverters._

regards,
Siddhartha

1 Like