You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaConverters has been deprecated in Scala 2.13 and the implementation of scala.jdk.CollectionConverters in this library doesn't work well from Java. Implementing scala.jdk.javaapi.CollectionConverters would mean that Java code can move away from the deprecated JavaConverters while supporting Scala 2.11, 2.12 and 2.13.